From: gggeek Date: Sun, 29 Mar 2015 16:41:10 +0000 (+0100) Subject: Add one more test of the debugger X-Git-Tag: 4.0.0-alpha^2~112 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=9277512c28da1762073b77787f4ed282a575d057 Add one more test of the debugger --- diff --git a/tests/6DebuggerTest.php b/tests/6DebuggerTest.php index 6291fef..f002180 100644 --- a/tests/6DebuggerTest.php +++ b/tests/6DebuggerTest.php @@ -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');