diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 21:08:47 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 21:08:47 +0100 |
commit | 767912209e797c6c9c85c2e91344b6bf46a8cb4b (patch) | |
tree | bf2662e1928932079c62354b513f6cc14f6770d4 /tests/test_tools/phpunit_bootstrap.php | |
parent | 80d4dac1a5275bb3858d7a8e7574c26543c1014d (diff) |
refill
Diffstat (limited to 'tests/test_tools/phpunit_bootstrap.php')
-rw-r--r-- | tests/test_tools/phpunit_bootstrap.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_tools/phpunit_bootstrap.php b/tests/test_tools/phpunit_bootstrap.php index c1cb423f..565f4500 100644 --- a/tests/test_tools/phpunit_bootstrap.php +++ b/tests/test_tools/phpunit_bootstrap.php @@ -23,5 +23,5 @@ if (!@include_once VENDOR_DIR.'/autoload.php') { require_once(PRADO_FRAMEWORK_DIR.'/prado.php'); -// for FunctionalTests -require_once(__DIR__.'/PradoGenericSelenium2Test.php');
\ No newline at end of file +// Dummy class to workaround Phing trying to instanciate classes removed from Phpunit-selenium +class PHPUnit_Extensions_SeleniumTestCase { }
\ No newline at end of file |