1 | <?php |
||
15 | class LogoutActionTest extends TestCase |
||
16 | { |
||
17 | /** |
||
18 | * Runs the action. |
||
19 | * |
||
20 | * @param $actionClass |
||
21 | * @param $id |
||
22 | * @param array $config |
||
23 | * |
||
24 | * @return array|\yii\web\Response response |
||
25 | */ |
||
26 | protected function runAction($actionClass, $id, array $config = []) |
||
32 | |||
33 | // Tests: |
||
34 | |||
35 | public function testLogout() |
||
51 | } |
||
52 |