Total Complexity | 3 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class DebuggerTest extends PhpXmlRpc_WebTestCase |
||
9 | { |
||
10 | public function testIndex() |
||
11 | { |
||
12 | $page = $this->request('?debugger=index.php'); |
||
|
|||
13 | } |
||
14 | |||
15 | public function testController() |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * @todo test: |
||
22 | * - list methods |
||
23 | * - describe a method |
||
24 | * - execute a method |
||
25 | * - wrap a method |
||
26 | */ |
||
27 | public function testAction() |
||
32 |