We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d822b16 commit c4eb4aeCopy full SHA for c4eb4ae
tests/Unit/CrudPanel/CrudPanelReadTest.php
@@ -276,7 +276,7 @@ public function testHasUploadFieldsUpdateForm()
276
277
public function testEnableDetailsRow()
278
{
279
- if (!backpack_pro()) {
+ if (! backpack_pro()) {
280
$this->expectException(\Symfony\Component\HttpKernel\Exception\HttpException::class);
281
}
282
@@ -311,7 +311,7 @@ public function testGetDefaultPageLength()
311
312
public function testEnableExportButtons()
313
314
315
316
317
0 commit comments