From 4117b88528ba9a7d3fbdf3248aeb8ca0f7c37455 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sat, 14 Sep 2013 14:29:21 +0200 Subject: Hopefully fix travis tests --- tests/unit/phpunit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit') 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 -- cgit v1.2.3