Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 18, 2023
1 parent 7169fad commit 26bb06d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/AssetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public function testBootboxSimpleDependency(): void
$this->assertInstanceOf(AssetBundle::class, $view->assetBundles[JqueryAsset::class]);
$this->assertInstanceOf(AssetBundle::class, $view->assetBundles[YiiAsset::class]);
}

public function testBootboxRegister(): void
{
$view = new View();
Expand Down

0 comments on commit 26bb06d

Please sign in to comment.