Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
10 | public function testGetTemplate() |
||
11 | { |
||
12 | // setup |
||
13 | $bootstrapWidgets = new \Mezon\Gui\WidgetsRegistry\BootstrapWidgets(); |
||
14 | |||
15 | // test body |
||
16 | $widget = $bootstrapWidgets->getWidget('table-cell-start'); |
||
17 | |||
18 | // assertions |
||
19 | $this->assertStringContainsString('<td', $widget, 'Content of the widget "table-cell-start" was not loaded'); |
||
20 | } |
||
22 |