Skip to content

Commit ce350f7

Browse files
committed
Set ini memory limit in tests to have them run by GitHub Actions
1 parent 9858c69 commit ce350f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/QrReaderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class QrReaderTest extends TestCase
1111
public function setUp(): void
1212
{
1313
error_reporting(E_ALL);
14+
ini_set('memory_limit','2G');
1415
}
1516

1617
public function testText1()

0 commit comments

Comments
 (0)