Skip to content

Commit

Permalink
Disable memory limit in PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszGasior committed Feb 6, 2024
1 parent 1f732cf commit a18cc14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/phpunit
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<?php

putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/../vendor/.phpunit');
ini_set('memory_limit', -1);

if (!ini_get('date.timezone')) {
ini_set('date.timezone', 'UTC');
Expand Down

0 comments on commit a18cc14

Please sign in to comment.