We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d626d commit c2681b9Copy full SHA for c2681b9
test.sh
@@ -1,7 +1,7 @@
1
# Test script
2
3
composer update
4
-RC=./vendor/phpunit/phpunit/phpunit tests
5
-rm -rf vendor composer.lock
+./vendor/phpunit/phpunit/phpunit tests
+RC=$?
6
exit $RC
7
0 commit comments