Skip to content

Commit

Permalink
more fixes for code cov gen upon testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Nov 26, 2022
1 parent 08eb8d3 commit e8165ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/index.php
Expand Up @@ -15,7 +15,7 @@
chmod($GLOBALS['PHPUNIT_COVERAGE_DATA_DIRECTORY'], 0777);
}

include_once __DIR__ . "/../../vendor/phpunit/phpunit-selenium/PHPUnit/Extensions/SeleniumCommon/prepend.php";
include_once __DIR__ . "/../vendor/phpunit/phpunit-selenium/PHPUnit/Extensions/SeleniumCommon/prepend.php";
}

$targetFile = null;
Expand All @@ -38,5 +38,5 @@
}

if (isset($_COOKIE['PHPUNIT_SELENIUM_TEST_ID']) && extension_loaded('xdebug')) {
include_once __DIR__ . "/../../vendor/phpunit/phpunit-selenium/PHPUnit/Extensions/SeleniumCommon/append.php";
include_once __DIR__ . "/../vendor/phpunit/phpunit-selenium/PHPUnit/Extensions/SeleniumCommon/append.php";
}

0 comments on commit e8165ed

Please sign in to comment.