From e8165ed7b3d83a9830b4131f942a2991717f320c Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 26 Nov 2022 15:06:37 +0000 Subject: [PATCH] more fixes for code cov gen upon testing --- tests/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/index.php b/tests/index.php index e9796127..93344382 100644 --- a/tests/index.php +++ b/tests/index.php @@ -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; @@ -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"; }