Add one more test of the debugger
authorgggeek <giunta.gaetano@gmail.com>
Sun, 29 Mar 2015 16:41:10 +0000 (17:41 +0100)
committergggeek <giunta.gaetano@gmail.com>
Sun, 29 Mar 2015 16:41:10 +0000 (17:41 +0100)
tests/6DebuggerTest.php

index 6291fef..f002180 100644 (file)
@@ -83,6 +83,11 @@ class DebuggerTest extends PHPUnit_Framework_TestCase
         return $page;
     }
 
+    public function testIndex()
+    {
+        $page = $this->request('index.php');
+    }
+
     public function testController()
     {
         $page = $this->request('controller.php');