mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-04-24 17:34:26 +02:00
Fixed phpunit config
This commit is contained in:
parent
b386546947
commit
1bade9465e
@ -1,6 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit backupGlobals="false"
|
||||
backupStaticAttributes="false"
|
||||
beStrictAboutTestsThatDoNotTestAnything="true"
|
||||
beStrictAboutOutputDuringTests="true"
|
||||
bootstrap="bootstrap/autoload.php"
|
||||
colors="true"
|
||||
convertErrorsToExceptions="true"
|
||||
@ -10,7 +12,6 @@
|
||||
stopOnError="false"
|
||||
stopOnFailure="false"
|
||||
syntaxCheck="true"
|
||||
strict="true"
|
||||
verbose="true"
|
||||
>
|
||||
<testsuites>
|
||||
|
Loading…
x
Reference in New Issue
Block a user