Skip to content

Commit

Permalink
Set ini memory limit in tests to have them run by GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GenieTim committed Jul 3, 2022
1 parent 9858c69 commit ce350f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/QrReaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class QrReaderTest extends TestCase
public function setUp(): void
{
error_reporting(E_ALL);
ini_set('memory_limit','2G');
}

public function testText1()
Expand Down

0 comments on commit ce350f7

Please sign in to comment.