diff options
-rw-r--r-- | tests/test_tools/phpunit_bootstrap.php | 5 |
1 files changed, 4 insertions, 1 deletions
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 |