We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3694c commit 3d6b9bdCopy full SHA for 3d6b9bd
Tests/CodeCoverageTest.php
@@ -5,13 +5,13 @@ class CodeCoverageTest extends PHPUnit_Extensions_Selenium2TestCase
5
6
public function setUp()
7
{
8
+ $this->markTestIncomplete('Would require PHP 5.4 for running .php files on the server');
9
$this->setBrowser(PHPUNIT_TESTSUITE_EXTENSION_SELENIUM2_BROWSER);
10
$this->setBrowserUrl('http://localhost/');
11
}
12
13
public function testCoverageIsRetrieved()
14
- $this->markTestIncomplete('Would require PHP 5.4 for running .php files on the server');
15
$this->url('example.php');
16
17
0 commit comments