Skip to content

Commit

Permalink
revert process isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
askvortsov1 committed Dec 2, 2020
1 parent 8cdebcb commit 5d5b139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"@test:integration"
],
"test:unit": "phpunit -c tests/phpunit.unit.xml",
"test:integration": "phpunit -c tests/phpunit.integration.xml --process-isolation",
"test:integration": "phpunit -c tests/phpunit.integration.xml",
"test:setup": "@php tests/integration/setup.php"
},
"scripts-descriptions": {
Expand Down

0 comments on commit 5d5b139

Please sign in to comment.