diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-14 14:29:21 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-14 14:29:21 +0200 |
commit | 4117b88528ba9a7d3fbdf3248aeb8ca0f7c37455 (patch) | |
tree | 468c43d81564d257984a18eb4d18557559af366f /tests | |
parent | 47da752338982594385ad6aaf25986905ac58cea (diff) |
Hopefully fix travis tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/phpunit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/phpunit.php b/tests/unit/phpunit.php index 5ed6ffb0..f6338237 100644 --- a/tests/unit/phpunit.php +++ b/tests/unit/phpunit.php @@ -15,4 +15,4 @@ define('PRADO_TEST_RUN', true); define('PRADO_FRAMEWORK_DIR', dirname(__FILE__).'/../../framework'); set_include_path(PRADO_FRAMEWORK_DIR.PATH_SEPARATOR.get_include_path()); -?>
\ No newline at end of file +require_once(PRADO_FRAMEWORK_DIR.'/prado.php');
\ No newline at end of file |