summaryrefslogtreecommitdiff
path: root/tests/unit/phpunit.php
diff options
context:
space:
mode:
authorCiro Mattia Gonano <ciromattia@gmail.com>2013-09-13 10:40:10 +0200
committerCiro Mattia Gonano <ciromattia@gmail.com>2013-09-13 10:40:10 +0200
commit40b06f3eff0c5fcc52b5473737f31094536e9bca (patch)
treeabc1fb12ffa03b52790e205d2f837df9806614bd /tests/unit/phpunit.php
parent412a160afd73443c1d06f2828a5f792507fdf63e (diff)
Update to r3325
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());