1 | <?php |
||
9 | class LazyClassDefinitionTest extends \PHPUnit_Framework_TestCase { |
||
10 | |||
11 | /** |
||
12 | * @var ClassDefinition |
||
13 | */ |
||
14 | protected $object; |
||
15 | |||
16 | /** |
||
17 | * Sets up the fixture, for example, opens a network connection. |
||
18 | * This method is called before a test is executed. |
||
19 | */ |
||
20 | protected function setUp() |
||
25 | |||
26 | protected function getContainer() |
||
32 | |||
33 | public function testLazyClassLoading() |
||
38 | } |