mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
Prefer simple-phpunit over direct phpunit deps
This commit is contained in:
@@ -2,5 +2,7 @@
|
||||
"copy-from-recipe": {
|
||||
"phpunit.xml.dist": "phpunit.xml.dist"
|
||||
},
|
||||
"aliases": ["phpunit"]
|
||||
"gitignore": [
|
||||
"/phpunit.xml"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -21,4 +21,8 @@
|
||||
<directory>tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<listeners>
|
||||
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
|
||||
</listeners>
|
||||
</phpunit>
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
Adding <comment>phpunit/phpunit</> as a dependency is <comment>discouraged</>.
|
||||
You should require <fg=green>simple-phpunit</> instead.
|
||||
Reference in New Issue
Block a user