diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f438263..90b0682 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,8 +48,8 @@ jobs: with: php-version: '8.4' extensions: intl, sodium, gd, mysqli, curl, fileinfo, json, dom, simplexml, mbstring, zip, redis, memcached, apcu - coverage: pcov - ini-values: apc.enable_cli=1, mysqli.allow_local_infile=1 + coverage: xdebug + ini-values: apc.enable_cli=1, mysqli.allow_local_infile=1, xdebug.mode="develop,coverage" - name: Validate composer.json run: composer validate --no-check-publish - name: Install dependencies diff --git a/tests/DebuggerTest.php b/tests/DebuggerTest.php index 2044b1b..2a5c9e4 100644 --- a/tests/DebuggerTest.php +++ b/tests/DebuggerTest.php @@ -240,7 +240,7 @@ public function testColorOption() : void public function testIconPathOption() : void { - $iconPath = __DIR__ . '/../guide/image.png'; + $iconPath = __DIR__ . '/../src/Views/exceptions/favicons/development.png'; $this->debugger->setOption('icon_path', $iconPath); self::assertStringContainsString( \base64_encode((string) \file_get_contents($iconPath)),