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 testGetBuilderThrowsOutOfRangeExceptionIfBuilderNotRegistred() |
||
36 | |||
37 | public function testGetBuilderReturnsAssociatedBuilder() |
||
50 | } |
||
51 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.