Fix phpunit
This commit is contained in:
Родитель
b2ed4a0954
Коммит
300226f0e9
|
@ -1,5 +1,5 @@
|
|||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.3/phpunit.xsd" backupGlobals="true" backupStaticAttributes="false" bootstrap="ApplicationInsights/Tests/Bootstrap.php">
|
||||
bootstrap="/ApplicationInsights/Tests/Bootstrap.php"
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.3/phpunit.xsd" backupGlobals="true" backupStaticAttributes="false" bootstrap="Tests/Bootstrap.php">
|
||||
bootstrap="/Tests/Bootstrap.php"
|
||||
cacheTokens="false"
|
||||
colors="false"
|
||||
convertErrorsToExceptions="true"
|
||||
|
|
Загрузка…
Ссылка в новой задаче