Don't emit "this test did not perform any assertions"
See https://phpunit.de/manual/current/en/risky-tests.html I'm using php 7.2.2, and phpunit 6.5.6 gets installed. I believe that the newer phpunit releases were stricter by default about tests that don't perform any assertions
This commit is contained in:
Родитель
42fe00b6e6
Коммит
59e3993e1d
|
@ -1,4 +1,6 @@
|
|||
<phpunit bootstrap="src/bootstrap.php">
|
||||
<phpunit bootstrap="src/bootstrap.php"
|
||||
beStrictAboutTestsThatDoNotTestAnything="false"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="invariants">
|
||||
<!--
|
||||
|
|
Загрузка…
Ссылка в новой задаче