Prefer simple-phpunit over direct phpunit deps

This commit is contained in:
Nicolas Grekas
2017-11-24 16:46:23 +01:00
parent 4d7823f876
commit aa3da47614
7 changed files with 34 additions and 2 deletions
+3 -1
View File
@@ -2,5 +2,7 @@
"copy-from-recipe": {
"phpunit.xml.dist": "phpunit.xml.dist"
},
"aliases": ["phpunit"]
"gitignore": [
"/phpunit.xml"
]
}
+4
View File
@@ -21,4 +21,8 @@
<directory>tests/</directory>
</testsuite>
</testsuites>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
</phpunit>
+2
View File
@@ -0,0 +1,2 @@
Adding <comment>phpunit/phpunit</> as a dependency is <comment>discouraged</>.
You should require <fg=green>simple-phpunit</> instead.