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 | |
parent | 80d4dac1a5275bb3858d7a8e7574c26543c1014d (diff) |
refill
Diffstat (limited to 'tests/test_tools')
-rwxr-xr-x | tests/test_tools/PradoGenericSelenium2Test.php | 2 | ||||
-rw-r--r-- | tests/test_tools/phpunit_bootstrap.php | 4 |
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 |