We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9858c69 commit ce350f7Copy full SHA for ce350f7
tests/QrReaderTest.php
@@ -11,6 +11,7 @@ class QrReaderTest extends TestCase
11
public function setUp(): void
12
{
13
error_reporting(E_ALL);
14
+ ini_set('memory_limit','2G');
15
}
16
17
public function testText1()
0 commit comments