Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | public function testConfirmAction() |
||
6 | { |
||
7 | View::addLocation(dirname(__DIR__).'/fixtures/views'); |
||
8 | |||
9 | $response = $this->action('GET', '\Aimeos\Shop\Controller\CheckoutController@confirmAction', ['site' => 'unittest']); |
||
10 | |||
11 | $this->assertResponseOk(); |
||
12 | $this->assertContains('<section class="aimeos checkout-confirm"', $response->getContent()); |
||
13 | } |
||
36 | } |