Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
committed by
Julius Härtl
parent
e4607b1a76
commit
8d2cfe076f
@@ -1,4 +1,4 @@
|
|||||||
<phpunit bootstrap="bootstrap.php" colors="true">
|
<phpunit bootstrap="bootstrap.php" colors="true" convertDeprecationsToExceptions="true">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="integration-database">
|
<testsuite name="integration-database">
|
||||||
<directory>./integration/database</directory>
|
<directory>./integration/database</directory>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<phpunit bootstrap="../../../tests/bootstrap.php" colors="true">
|
<phpunit bootstrap="../../../tests/bootstrap.php" colors="true" convertDeprecationsToExceptions="true">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="unit">
|
<testsuite name="unit">
|
||||||
<directory>./unit</directory>
|
<directory>./unit</directory>
|
||||||
|
|||||||
Reference in New Issue
Block a user