From c7d41e5bea4a5f96979a08da9cc9f79355edfe70 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 16 Jul 2006 06:19:36 +0000 Subject: Update Time Tracker demo. --- demos/time-tracker/tests/unit/ProjectTestCase.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'demos/time-tracker/tests/unit/ProjectTestCase.php') diff --git a/demos/time-tracker/tests/unit/ProjectTestCase.php b/demos/time-tracker/tests/unit/ProjectTestCase.php index a61c4f77..59f612bd 100644 --- a/demos/time-tracker/tests/unit/ProjectTestCase.php +++ b/demos/time-tracker/tests/unit/ProjectTestCase.php @@ -3,13 +3,17 @@ //import Project class. Prado::using('Application.APP_CODE.Project'); -class ProjectTestCase extends UnitTestCase +require_once(dirname(__FILE__).'/BaseTestCase.php'); + +class ProjectTestCase extends BaseTestCase { function testProjectClassExists() { $project = new Project(); $this->pass(); } + + } ?> \ No newline at end of file -- cgit v1.2.3