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 c2c7e0d commit 2f5e491Copy full SHA for 2f5e491
tests/Functional/NestedPatchTest.php
@@ -13,6 +13,8 @@ class NestedPatchTest extends ApiTestCase
13
use RecreateSchemaTrait;
14
use SetupClassResourcesTrait;
15
16
+ protected static ?bool $alwaysBootKernel = false;
17
+
18
public static function getResources(): array {
19
return [Foo6225::class, Bar6225::class];
20
}
0 commit comments