From 40b06f3eff0c5fcc52b5473737f31094536e9bca Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Fri, 13 Sep 2013 10:40:10 +0200 Subject: Update to r3325 --- tests/unit/phpunit.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/unit/phpunit.php') diff --git a/tests/unit/phpunit.php b/tests/unit/phpunit.php index e32d0e54..5ed6ffb0 100644 --- a/tests/unit/phpunit.php +++ b/tests/unit/phpunit.php @@ -10,6 +10,8 @@ * Also remember do define the @package attribute for your test class to make it appear under * the right package in unit test and code coverage reports. */ + +define('PRADO_TEST_RUN', true); define('PRADO_FRAMEWORK_DIR', dirname(__FILE__).'/../../framework'); set_include_path(PRADO_FRAMEWORK_DIR.PATH_SEPARATOR.get_include_path()); -- cgit v1.2.3