Skip to content

Commit 3d6b9bd

Browse files
committed
Skipping test before setUp() takes place
1 parent 6a3694c commit 3d6b9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CodeCoverageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ class CodeCoverageTest extends PHPUnit_Extensions_Selenium2TestCase
55

66
public function setUp()
77
{
8+
$this->markTestIncomplete('Would require PHP 5.4 for running .php files on the server');
89
$this->setBrowser(PHPUNIT_TESTSUITE_EXTENSION_SELENIUM2_BROWSER);
910
$this->setBrowserUrl('http://localhost/');
1011
}
1112

1213
public function testCoverageIsRetrieved()
1314
{
14-
$this->markTestIncomplete('Would require PHP 5.4 for running .php files on the server');
1515
$this->url('example.php');
1616
}
1717
}

0 commit comments

Comments
 (0)