summaryrefslogtreecommitdiff
path: root/tests/unit/phpunit.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/phpunit.php')
-rw-r--r--tests/unit/phpunit.php2
1 files changed, 2 insertions, 0 deletions
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());