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:
Tyson Andre 2018-02-11 18:28:04 -08:00
Родитель 42fe00b6e6
Коммит 59e3993e1d
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,6 @@
<phpunit bootstrap="src/bootstrap.php">
<phpunit bootstrap="src/bootstrap.php"
beStrictAboutTestsThatDoNotTestAnything="false"
>
<testsuites>
<testsuite name="invariants">
<!--