diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 21:10:57 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 21:10:57 +0100 |
commit | d8e16dd16c0359808ebd29c092dd05e482c54e68 (patch) | |
tree | ed0580311263562cc868303ccda26bb2ca356296 /tests/test_tools | |
parent | 767912209e797c6c9c85c2e91344b6bf46a8cb4b (diff) |
yoyo
Diffstat (limited to 'tests/test_tools')
-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 |