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 66e607b commit 18402d6Copy full SHA for 18402d6
tests/NoSecurityBundleTest.php
@@ -18,7 +18,6 @@ public function testServiceWiring(): void
18
$kernel = new GraphQLiteTestingKernel(true, null, false, null, true, null, null, ['TheCodingMachine\\GraphQLite\\Bundle\\Tests\\NoSecurityBundleFixtures\\Controller\\']);
19
$kernel->boot();
20
$container = $kernel->getContainer();
21
- self::assertNotNull($container);
22
23
$schema = $container->get(Schema::class);
24
$this->assertInstanceOf(Schema::class, $schema);
0 commit comments