1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?php class AdminControllerExtensionModificationTest extends OpenCartTest { /** * @before */ public function setupTest() { } public function testIndex() { $this->request->server['REQUEST_METHOD'] = 'GET'; $out = $this->dispatchAction("extension/modification")->getOutput(); } }