Skip to content

Commit a408bdf

Browse files
Fix code style
1 parent ab2161b commit a408bdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/DependencyInjection/Compiler/ReaderPassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ public function testProcess(): void
1515

1616
$readerPass->process($container);
1717

18-
$this->assertTrue($container->has('.stof_doctrine_extensions.reader'));
18+
self::assertTrue($container->has('.stof_doctrine_extensions.reader'));
1919
}
2020
}

0 commit comments

Comments
 (0)