Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
12 | public function testActions() |
||
13 | { |
||
14 | $response = $this->action('GET', '\Aimeos\Shop\Controller\BasketController@indexAction', ['site' => 'unittest']); |
||
15 | |||
16 | $this->assertResponseOk(); |
||
17 | $this->assertContains('<section class="aimeos basket-standard"', $response->getContent()); |
||
18 | $this->assertContains('<section class="aimeos basket-related"', $response->getContent()); |
||
19 | } |
||
20 | } |