1 | <?php |
||
7 | class ConfigureMenuEventTest extends \PHPUnit_Framework_TestCase |
||
8 | { |
||
9 | /** |
||
10 | * @var ConfigureMenuEvent |
||
11 | */ |
||
12 | protected $configureMenuEvent; |
||
13 | |||
14 | /** |
||
15 | * @inherit |
||
16 | */ |
||
17 | protected function setUp() |
||
24 | |||
25 | /** |
||
26 | * @return \PHPUnit_Framework_MockObject_MockObject |
||
27 | */ |
||
28 | protected function getFactory() |
||
34 | |||
35 | /** |
||
36 | * @return \PHPUnit_Framework_MockObject_MockObject |
||
37 | */ |
||
38 | protected function getItem() |
||
44 | |||
45 | /** |
||
46 | * @inherit |
||
47 | */ |
||
48 | protected function tearDown() |
||
52 | |||
53 | /** |
||
54 | * Test FrameworkExtension->getName() |
||
55 | */ |
||
56 | public function testName() |
||
60 | |||
61 | /** |
||
62 | * Test the getters and setters |
||
63 | */ |
||
64 | public function testGettersAndSetters() |
||
69 | } |
||
70 |