1 | <?php |
||
15 | class RegistryTest extends TestCase implements Specification |
||
16 | { |
||
17 | public function testConstruct() |
||
23 | |||
24 | public function isSatisfiedBy($candidate): bool |
||
28 | |||
29 | public function testgetFactoryThrowsOutOfRangeExceptionIfFactoryNotRegistred() |
||
37 | |||
38 | public function testgetFactoryReturnsAssociatedFactory() |
||
51 | } |
||
52 |