From 767912209e797c6c9c85c2e91344b6bf46a8cb4b Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 10 Jan 2016 21:08:47 +0100 Subject: refill --- tests/test_tools/phpunit_bootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_tools/phpunit_bootstrap.php') 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 -- cgit v1.2.3