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