Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 800c525

Browse files
committed
Add composer script to run tests in proper isolation. That's necessary as we're messing with globals by design in this library and its tests.
1 parent 9626562 commit 800c525

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^7.0"
28+
},
29+
"scripts": {
30+
"test": "vendor/bin/phpunit --process-isolation --bootstrap vendor/autoload.php tests/FlexBridgeTest.php"
2831
}
2932
}

0 commit comments

Comments
 (0)