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 Setup Failed
Branch v5 (c4eb4a)
by Cristian
21:39 queued 06:39
created
tests/Unit/CrudPanel/CrudPanelReadTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -276,7 +276,7 @@  discard block
 block discarded – undo
276 276
 
277 277
     public function testEnableDetailsRow()
278 278
     {
279
-        if (! backpack_pro()) {
279
+        if (!backpack_pro()) {
280 280
             $this->expectException(\Symfony\Component\HttpKernel\Exception\HttpException::class);
281 281
         }
282 282
 
@@ -311,7 +311,7 @@  discard block
 block discarded – undo
311 311
 
312 312
     public function testEnableExportButtons()
313 313
     {
314
-        if (! backpack_pro()) {
314
+        if (!backpack_pro()) {
315 315
             $this->expectException(\Symfony\Component\HttpKernel\Exception\HttpException::class);
316 316
         }
317 317
 
Please login to merge, or discard this patch.