Skip to content

Commit

Permalink
Kill mutants. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw authored Nov 24, 2023
1 parent 0375947 commit 2627945
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/AssetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ public function testDateTimePickerCdnAssetRegister(): void
['widget' => DateTimePicker::widget(['cdn' => true, 'id' => 'tests-id', 'name' => 'tags'])],
);

$this->assertStringContainsString(
<<<HTML
<link href="https://cdn.jsdelivr.net/npm/@eonasdan/tempus-dominus@6.7.19/dist/css/tempus-dominus.min.css" rel="stylesheet" crossorigin="anonymous">
HTML,
$result,
);
$this->assertStringContainsString(
<<<HTML
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" crossorigin="anonymous" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"></script>
Expand Down

0 comments on commit 2627945

Please sign in to comment.