Passed
Push — master ( d40980...ab9621 )
by Mark
01:54
created
_test/action.test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     public static function setUpBeforeClass(): void
22 22
     {
23 23
         parent::setUpBeforeClass();
24
-        TestUtils::rcopy(TMP_DIR, __DIR__ . '/data/');
24
+        TestUtils::rcopy(TMP_DIR, __DIR__.'/data/');
25 25
     }
26 26
 
27 27
     final public function setUp(): void
Please login to merge, or discard this patch.
_test/general.test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      */
22 22
     final public function testPluginInfo(): void
23 23
     {
24
-        $file = __DIR__ . '/../plugin.info.txt';
24
+        $file = __DIR__.'/../plugin.info.txt';
25 25
         $this->assertFileExists($file);
26 26
 
27 27
         $info = confToHash($file);
Please login to merge, or discard this patch.
_test/syntax.test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     public static function setUpBeforeClass(): void
22 22
     {
23 23
         parent::setUpBeforeClass();
24
-        TestUtils::rcopy(TMP_DIR, __DIR__ . '/data/');
24
+        TestUtils::rcopy(TMP_DIR, __DIR__.'/data/');
25 25
     }
26 26
 
27 27
     final public function setUp(): void
Please login to merge, or discard this patch.
_test/global.test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     public static function setUpBeforeClass(): void
22 22
     {
23 23
         parent::setUpBeforeClass();
24
-        TestUtils::rcopy(TMP_DIR, __DIR__ . '/data/');
24
+        TestUtils::rcopy(TMP_DIR, __DIR__.'/data/');
25 25
     }
26 26
 
27 27
     final public function setUp(): void
Please login to merge, or discard this patch.