From 9277512c28da1762073b77787f4ed282a575d057 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 29 Mar 2015 17:41:10 +0100 Subject: [PATCH] Add one more test of the debugger --- tests/6DebuggerTest.php | 5 +++++ 1 file changed, 5 insertions(+) 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'); -- 2.43.0