1 | <?php |
||
15 | class DoctrineSpecificationExtensionTest extends \PHPUnit_Framework_TestCase |
||
16 | { |
||
17 | private $extension; |
||
18 | private $container; |
||
19 | |||
20 | protected function setUp() |
||
30 | |||
31 | public function testLoadHasServices() |
||
41 | |||
42 | public function testLoadRegistry() |
||
48 | |||
49 | public function testLoadHandler() |
||
55 | } |