We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2161b commit a408bdfCopy full SHA for a408bdf
1 file changed
tests/DependencyInjection/Compiler/ReaderPassTest.php
@@ -15,6 +15,6 @@ public function testProcess(): void
15
16
$readerPass->process($container);
17
18
- $this->assertTrue($container->has('.stof_doctrine_extensions.reader'));
+ self::assertTrue($container->has('.stof_doctrine_extensions.reader'));
19
}
20
0 commit comments