Completed
Pull Request — master (#313)
by Kenji
02:24
created
application/tests/_ci_phpunit_test/TestSuiteProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
 use PHPUnit_Util_Configuration;
44 44
 
45 45
 // Support PHPUnit 6.0
46
-if (! class_exists('PHPUnit_Util_Configuration')) {
46
+if ( ! class_exists('PHPUnit_Util_Configuration')) {
47 47
     class_alias('PHPUnit\Util\Configuration', 'PHPUnit_Util_Configuration');
48 48
 }
49 49
 
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
      */
119 119
     private static function checkConfigurationFile($file)
120 120
     {
121
-        if (!file_exists($file)) {
121
+        if ( ! file_exists($file)) {
122 122
             throw new \RuntimeException("The requested phpunit configuration was not found at $file");
123 123
         }
124 124
 
Please login to merge, or discard this patch.