From a2a030c3cfbb0249762fffa4159107bc13f8952d Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 2 Feb 2006 05:04:50 +0000 Subject: Fixed #19 --- tests/FunctionalTests/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/FunctionalTests/index.php') diff --git a/tests/FunctionalTests/index.php b/tests/FunctionalTests/index.php index 47ef19ce..d104f10e 100644 --- a/tests/FunctionalTests/index.php +++ b/tests/FunctionalTests/index.php @@ -9,10 +9,11 @@ class BrowserTestConfig extends PradoTestConfig { $groups = array(); + //tests for quickstart samples $this->get_directories(dirname(__FILE__).'/quickstart_tests', $groups); - //for tests in the protected dirs - //$this->get_directories($this->tests_directory(),$groups); + //tests to verify tickets + $this->get_directories($this->tests_directory(),$groups); return $groups; } -- cgit v1.2.3