1 | <?php |
||
9 | class ConfigureMenuEventTest extends \PHPUnit_Framework_TestCase |
||
10 | { |
||
11 | /** |
||
12 | * @var ConfigureMenuEvent |
||
13 | */ |
||
14 | protected $configureMenuEvent; |
||
15 | |||
16 | /** |
||
17 | * @inherit |
||
18 | */ |
||
19 | protected function setUp() |
||
26 | |||
27 | /** |
||
28 | * @return \PHPUnit_Framework_MockObject_MockObject |
||
29 | */ |
||
30 | protected function getFactory() |
||
36 | |||
37 | /** |
||
38 | * @return \PHPUnit_Framework_MockObject_MockObject |
||
39 | */ |
||
40 | protected function getItem() |
||
46 | |||
47 | /** |
||
48 | * @inherit |
||
49 | */ |
||
50 | protected function tearDown() |
||
54 | |||
55 | /** |
||
56 | * Test FrameworkExtension->getName() |
||
57 | */ |
||
58 | public function testName() |
||
62 | |||
63 | /** |
||
64 | * Test the getters and setters |
||
65 | */ |
||
66 | public function testGettersAndSetters() |
||
71 | } |
||
72 |