Passed
Push — dev-1817 ( 07e35d )
by Michiel
08:39
created
tests/Phing/Test/Task/Optional/PDODelimitersTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      */
42 42
     public function setUp(): void
43 43
     {
44
-        if (! extension_loaded('pdo_sqlite')) {
44
+        if (!extension_loaded('pdo_sqlite')) {
45 45
             $this->markTestSkipped('The PHP pdo sqlite (pdo_sqlite) is needed for this test.');
46 46
         }
47 47
 
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
@@ -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/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
@@ -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/GitPullTaskTest.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/GitGcTaskTest.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/GitPushTaskTest.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.