Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Test Failed
Pull Request — master (#1144)
by Vincent
02:16
created
tests/Functional/TestCase.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
 
76 76
         $options['test_case'] ??= '';
77 77
 
78
-        $env = $options['environment'] ?? 'test' . strtolower($options['test_case']);
78
+        $env = $options['environment'] ?? 'test'.strtolower($options['test_case']);
79 79
         $debug = $options['debug'] ?? true;
80 80
 
81 81
         return new static::$class($env, $debug, $options['test_case']);
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     public static function setUpBeforeClass(): void
88 88
     {
89 89
         $fs = new Filesystem();
90
-        $fs->remove(sys_get_temp_dir() . '/OverblogGraphQLBundle/');
90
+        $fs->remove(sys_get_temp_dir().'/OverblogGraphQLBundle/');
91 91
     }
92 92
 
93 93
     protected function tearDown(): void
Please login to merge, or discard this patch.