summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_tools/PradoGenericSelenium2Test.php2
-rw-r--r--tests/test_tools/phpunit_bootstrap.php4
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/test_tools/PradoGenericSelenium2Test.php b/tests/test_tools/PradoGenericSelenium2Test.php
index a9e0f565..18c24ec4 100755
--- a/tests/test_tools/PradoGenericSelenium2Test.php
+++ b/tests/test_tools/PradoGenericSelenium2Test.php
@@ -1,7 +1,5 @@
<?php
-require_once '../../vendor/autoload.php';
-// TODO: stub
class PradoGenericSelenium2Test extends Sauce\Sausage\WebDriverTestCase
{
protected $start_url = 'http://saucelabs.com/test/guinea-pig';
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