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 3d6b9bd commit 78298f3Copy full SHA for 78298f3
Tests/Selenium2TestCase/Coverage/RemoteCoverageTest.php
@@ -3,14 +3,13 @@ class Tests_Selenium2TestCase_Coverage_RemoteCoverageTest extends PHPUnit_Framew
3
{
4
public function testObtainsCodeCoverageInformationFromAPossiblyRemoteHttpServer()
5
6
-
7
$coverageScriptUrl = PHPUNIT_TESTSUITE_EXTENSION_SELENIUM_TESTS_URL . '/coverage/dummy.txt';
8
$coverage = new PHPUnit_Extensions_SeleniumCommon_RemoteCoverage(
9
$coverageScriptUrl,
10
'dummyTestId'
11
);
12
$content = $coverage->get();
13
- $dummyClassSourceFile = __DIR__ . '/DummyClass.php';
+ $dummyClassSourceFile = dirname(__FILE__) . '/DummyClass.php';
14
$expectedCoverage = array(
15
3 => 1,
16
6 => 1,
0 commit comments