Skip to content

Commit

Permalink
drop phpunit candy
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Mar 3, 2020
1 parent d1f1235 commit 3ae3f1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.3",
"codedungeon/phpunit-result-printer": "^0.26.2",
"nunomaduro/collision": "^4.0",
"orchestra/testbench": "^4.0 || ^5.0",
"phpunit/phpunit": "^8.0 || ^9.0"
},
Expand Down
4 changes: 0 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer"
>
<testsuites>
<testsuite name="TestSuite">
Expand All @@ -22,9 +21,6 @@
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
<listeners>
<listener class="NunoMaduro\Collision\Adapters\Phpunit\Printer" />
</listeners>
<php>
<env name="CACHE_DRIVER" value="file"/>
</php>
Expand Down

0 comments on commit 3ae3f1f

Please sign in to comment.