1 | <?php declare(strict_types = 1); |
||
9 | class ProophExtensionConfiguratorTest extends TestCase |
||
10 | { |
||
11 | public function testGetConfigKey_ShouldBeProoph() |
||
19 | |||
20 | public function givenProophExtensionConfigurator(): ProophExtensionConfigurator |
||
24 | |||
25 | public function whenGetConfigKey(ProophExtensionConfigurator $configurator): string |
||
29 | |||
30 | public function thenItIsExpectedString(string $key): void |
||
34 | } |
||
35 |