1 | <?php |
||
14 | class RegistryTest extends \PHPUnit_Framework_TestCase implements Specification |
||
15 | { |
||
16 | public function testConstruct() |
||
22 | |||
23 | public function isSatisfiedBy($candidate) |
||
27 | |||
28 | public function testgetFactoryThrowsOutOfRangeExceptionIfFactoryNotRegistred() |
||
36 | |||
37 | public function testgetFactoryReturnsAssociatedFactory() |
||
50 | } |
||
51 |