Passed
Push — main ( 8d4d49...a3997f )
by Michiel
23:55
created
tests/Phing/Test/Io/IniFileParserTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 
39 39
     protected function setUp(): void
40 40
     {
41
-        if (! class_exists(vfsStream::class)) {
41
+        if (!class_exists(vfsStream::class)) {
42 42
             $this->markTestSkipped('This test depends on the mikey179/vfsstream package being installed.');
43 43
         }
44 44
         $this->parser = new IniFileParser();
Please login to merge, or discard this patch.
tests/Phing/Test/Listener/MonologListenerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 {
33 33
     public function setUp(): void
34 34
     {
35
-        if (! class_exists('\Monolog\Logger')) {
35
+        if (!class_exists('\Monolog\Logger')) {
36 36
             $this->markTestSkipped('The Monolog tasks depend on the monolog/monolog package being installed.');
37 37
         }
38 38
     }
Please login to merge, or discard this patch.
tests/Phing/Test/Task/Ext/Git/GitBranchTaskTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 {
33 33
     public function setUp(): void
34 34
     {
35
-        if (! class_exists('VersionControl_Git')) {
35
+        if (!class_exists('VersionControl_Git')) {
36 36
             $this->markTestSkipped('The Git tasks depend on the pear/versioncontrol_git package being installed.');
37 37
         }
38 38
         if (is_readable(PHING_TEST_BASE . '/tmp/git')) {
Please login to merge, or discard this patch.
tests/Phing/Test/Task/Ext/Git/GitMergeTaskTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 {
33 33
     public function setUp(): void
34 34
     {
35
-        if (! class_exists('VersionControl_Git')) {
35
+        if (!class_exists('VersionControl_Git')) {
36 36
             $this->markTestSkipped('The Git tasks depend on the pear/versioncontrol_git package being installed.');
37 37
         }
38 38
         if (is_readable(PHING_TEST_BASE . '/tmp/git')) {
Please login to merge, or discard this patch.
tests/Phing/Test/Task/Ext/Git/GitCheckoutTaskTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 {
33 33
     public function setUp(): void
34 34
     {
35
-        if (! class_exists('VersionControl_Git')) {
35
+        if (!class_exists('VersionControl_Git')) {
36 36
             $this->markTestSkipped('The Git tasks depend on the pear/versioncontrol_git package being installed.');
37 37
         }
38 38
         if (is_readable(PHING_TEST_BASE . '/tmp/git')) {
Please login to merge, or discard this patch.
tests/Phing/Test/Task/Ext/Git/GitFetchTaskTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 {
32 32
     public function setUp(): void
33 33
     {
34
-        if (! class_exists('VersionControl_Git')) {
34
+        if (!class_exists('VersionControl_Git')) {
35 35
             $this->markTestSkipped('The Git tasks depend on the pear/versioncontrol_git package being installed.');
36 36
         }
37 37
         if (is_readable(PHING_TEST_BASE . '/tmp/git')) {
Please login to merge, or discard this patch.
tests/Phing/Test/Task/Ext/Git/GitCloneTaskTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 {
33 33
     public function setUp(): void
34 34
     {
35
-        if (! class_exists('VersionControl_Git')) {
35
+        if (!class_exists('VersionControl_Git')) {
36 36
             $this->markTestSkipped('The Git tasks depend on the pear/versioncontrol_git package being installed.');
37 37
         }
38 38
         // set temp directory used by test cases
Please login to merge, or discard this patch.
tests/Phing/Test/Task/Ext/Git/GitTagTaskTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 {
33 33
     public function setUp(): void
34 34
     {
35
-        if (! class_exists('VersionControl_Git')) {
35
+        if (!class_exists('VersionControl_Git')) {
36 36
             $this->markTestSkipped('The Git tasks depend on the pear/versioncontrol_git package being installed.');
37 37
         }
38 38
         if (is_readable(PHING_TEST_BASE . '/tmp/git')) {
Please login to merge, or discard this patch.
tests/Phing/Test/Task/Ext/Git/GitDescribeTaskTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 {
32 32
     public function setUp(): void
33 33
     {
34
-        if (! class_exists('VersionControl_Git')) {
34
+        if (!class_exists('VersionControl_Git')) {
35 35
             $this->markTestSkipped('The Git tasks depend on the pear/versioncontrol_git package being installed.');
36 36
         }
37 37
         if (is_readable(PHING_TEST_BASE . '/tmp/git')) {
Please login to merge, or discard this patch.