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 e17df73 commit 4561aaeCopy full SHA for 4561aae
composer.json
@@ -24,7 +24,7 @@
24
"minimum-stability": "dev",
25
"prefer-stable": true,
26
"scripts": {
27
- "test": "./vendor/bin/phpunit --bootstrap ./VariableAnalysis/Tests/bootstrap.php --printer=LimeDeck\\\\Testing\\\\Printer ./VariableAnalysis/Tests"
+ "test": "./vendor/bin/phpunit"
28
},
29
"require" : {
30
"php" : ">=5.4.0"
phpunit.xml
@@ -0,0 +1,10 @@
1
+<phpunit
2
+ bootstrap="VariableAnalysis/Tests/bootstrap.php"
3
+ printerClass="LimeDeck\Testing\Printer"
4
+ >
5
+ <testsuites>
6
+ <testsuite>
7
+ <directory>VariableAnalysis/Tests</directory>
8
+ </testsuite>
9
+ </testsuites>
10
+</phpunit>
0 commit comments