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 testCategory() |
||
6 | { |
||
7 | View::addLocation( dirname( __DIR__ ) . '/fixtures/views' ); |
||
8 | |||
9 | $response = $this->action( 'GET', '\Aimeos\Shop\Controller\ResolveController@indexAction', ['site' => 'unittest', 'path' => 'tee'] ); |
||
10 | |||
11 | $this->assertResponseOk(); |
||
12 | $this->assertStringContainsString( '<div class="section aimeos catalog-filter', $response->getContent() ); |
||
13 | } |
||
41 | } |