From 8cdc01f3cb5689cd1f45d59975353ab50c414599 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Thu, 22 Jun 2017 21:55:18 -0400 Subject: [PATCH] Fix phpunit.xml --- api/Tests/phpunit.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/api/Tests/phpunit.xml b/api/Tests/phpunit.xml index 3d09106f..42725396 100644 --- a/api/Tests/phpunit.xml +++ b/api/Tests/phpunit.xml @@ -7,7 +7,6 @@ convertWarningsToExceptions="true" forceCoversAnnotation="false" mapTestClassNameToCoveredClassName="false" - printerClass="PHPUnit_TextUI_ResultPrinter" processIsolation="false" stopOnError="false" stopOnFailure="false"