1 | <?php |
||
13 | class GtmExtensionTest extends \PHPUnit_Framework_TestCase |
||
14 | { |
||
15 | /** |
||
16 | * @var GtmExtension |
||
17 | */ |
||
18 | private $extension; |
||
19 | /** |
||
20 | * @var ContainerBuilder |
||
21 | */ |
||
22 | private $container; |
||
23 | |||
24 | /** |
||
25 | * |
||
26 | */ |
||
27 | protected function setUp() |
||
32 | |||
33 | /** |
||
34 | * Test normal config |
||
35 | */ |
||
36 | public function testWithId() |
||
49 | |||
50 | /** |
||
51 | * Test empty config |
||
52 | */ |
||
53 | public function testWithOutId() |
||
62 | |||
63 | /** |
||
64 | * Test getName() |
||
65 | */ |
||
66 | public function testGetName() |
||
70 | } |