Skip to content

Commit

Permalink
Fix more error typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Nov 18, 2023
1 parent 97907ce commit a5c8c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AssetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function testBootstrapAssetRegister(): void
$this->assertCount(4, $view->assetBundles);
$this->assertInstanceOf(AssetBundle::class, $view->assetBundles[SummernoteAsset::class]);

$result = $view->renderFile(__DIR__ . '/support/main.php');
$result = $view->renderFile(__DIR__ . '/Support/main.php');

$this->assertStringContainsString('bootstrap.css', $result);
$this->assertStringContainsString('bootstrap.css.map', $result);
Expand Down

0 comments on commit a5c8c9b

Please sign in to comment.