Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | public function testIndexAction() |
||
17 | { |
||
18 | View::addLocation(dirname(__DIR__).'/fixtures/views'); |
||
19 | |||
20 | $response = $this->action('GET', '\Aimeos\Shop\Controller\CheckoutController@indexAction', ['site' => 'unittest']); |
||
21 | |||
22 | $this->assertResponseOk(); |
||
23 | $this->assertContains('<section class="checkout-standard-address"', $response->getContent()); |
||
24 | } |
||
36 | } |