markTestIncomplete('Would require PHP 5.4 for running .php files on the server'); $this->setBrowser(PHPUNIT_TESTSUITE_EXTENSION_SELENIUM2_BROWSER); $this->setBrowserUrl('http://localhost/'); } public function testCoverageIsRetrieved() { $this->url('example.php'); } }