Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
12 | public function testConfirmAction() |
||
13 | { |
||
14 | $response = $this->action('GET', '\Aimeos\Shop\Controller\CheckoutController@confirmAction', ['site' => 'unittest']); |
||
15 | |||
16 | $this->assertResponseOk(); |
||
17 | $this->assertContains('<section class="aimeos checkout-confirm"', $response->getContent()); |
||
18 | } |
||
37 | } |