From d8e16dd16c0359808ebd29c092dd05e482c54e68 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 10 Jan 2016 21:10:57 +0100 Subject: yoyo --- tests/test_tools/phpunit_bootstrap.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_tools/phpunit_bootstrap.php b/tests/test_tools/phpunit_bootstrap.php index 565f4500..58549c6a 100644 --- a/tests/test_tools/phpunit_bootstrap.php +++ b/tests/test_tools/phpunit_bootstrap.php @@ -24,4 +24,7 @@ if (!@include_once VENDOR_DIR.'/autoload.php') { require_once(PRADO_FRAMEWORK_DIR.'/prado.php'); // Dummy class to workaround Phing trying to instanciate classes removed from Phpunit-selenium -class PHPUnit_Extensions_SeleniumTestCase { } \ No newline at end of file +class PHPUnit_Extensions_SeleniumTestCase { } + +// for FunctionalTests +require_once(__DIR__.'/PradoGenericSelenium2Test.php'); \ No newline at end of file -- cgit v1.2.3