Passed
Pull Request — master (#4)
by Mark
01:22
created
_test/general.test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      */
23 23
     public function test_plugininfo(): void
24 24
     {
25
-        $file = __DIR__ . '/../plugin.info.txt';
25
+        $file = __DIR__.'/../plugin.info.txt';
26 26
         $this->assertFileExists($file);
27 27
 
28 28
         $info = confToHash($file);
Please login to merge, or discard this patch.