Skip to content

Commit 3bebfc6

Browse files
committed
fixed for tests
Signed-off-by: Andy Miller <rhuk@mac.com>
1 parent 9d80a4d commit 3bebfc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

system/assets/debugger/phpdebugbar.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/unit/Grav/Common/AssetsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ public function testInline(): void
601601
$this->assets->addCss('/system/assets/debugger/phpdebugbar.css', ['loading' => 'inline']);
602602
$css = $this->assets->css();
603603
self::assertStringContainsString('font-family: \'Roboto\';', $css);
604-
self::assertStringContainsString('div.phpdebugbar-header', $css);
604+
self::assertStringContainsString('div.phpdebugbar', $css);
605605
}
606606

607607
public function testInlinePipeline(): void

0 commit comments

Comments
 (0)