1 | <?php |
||
21 | final class MongoDBPurgerListenerTest extends \PHPUnit_Framework_TestCase |
||
22 | { |
||
23 | use ConfigurationTestCaseTrait; |
||
24 | |||
25 | /** |
||
26 | * @test |
||
27 | */ |
||
28 | public function managers_are_set_to_null_by_default(): void |
||
32 | |||
33 | /** |
||
34 | * @test |
||
35 | */ |
||
36 | public function managers_are_optional(): void |
||
40 | |||
41 | /** |
||
42 | * {@inheritdoc} |
||
43 | */ |
||
44 | protected function getConfiguration(): ConfigurationInterface |
||
48 | } |
||
49 |