Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
26 | public function testUpdateAction() |
||
27 | { |
||
28 | View::addLocation( dirname( __DIR__ ) . '/fixtures/views' ); |
||
29 | |||
30 | $response = $this->action( 'GET', '\Aimeos\Shop\Controller\CheckoutController@updateAction', ['site' => 'unittest'], ['code' => 'paypalexpress'] ); |
||
31 | |||
32 | $this->assertResponseOk(); |
||
33 | $this->assertEquals( '', $response->getContent() ); |
||
34 | } |
||
35 | } |