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