| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 5 | public function testIndexAction() |
||
| 6 | { |
||
| 7 | View::addLocation( dirname( __DIR__ ) . '/fixtures/views' ); |
||
| 8 | |||
| 9 | $response = $this->action( 'GET', '\Aimeos\Shop\Controller\PageController@indexAction', ['site' => 'unittest', 'path' => 'contact'] ); |
||
| 10 | |||
| 11 | $this->assertEquals( 200, $response->getStatusCode() ); |
||
| 12 | } |
||
| 13 | } |