Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
21 | public function testIndexAction() |
||
22 | { |
||
23 | $response = $this->action('GET', '\Aimeos\Shop\Controller\CheckoutController@indexAction', ['site' => 'unittest']); |
||
24 | |||
25 | $this->assertResponseOk(); |
||
26 | $this->assertContains('<section class="checkout-standard-address"', $response->getContent()); |
||
27 | } |
||
37 | } |