Skip to content

Commit

Permalink
unittest 99% -> 100%
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Meilick <b@bnomei.com>
  • Loading branch information
bnomei committed Aug 26, 2019
1 parent 5d8212e commit 451d651
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-fingerprint",
"type": "kirby-plugin",
"version": "3.0.0",
"version": "3.0.1",
"description": "File Method and css/js helper to add cachebusting hash and optional Subresource Integrity to file",
"license": "MIT",
"authors": [
Expand Down
2 changes: 2 additions & 0 deletions tests/FingerprintTest.php
Expand Up @@ -42,8 +42,10 @@ public function testOptions()
{
$fipr = new Fingerprint([
'https' => false,
'debug' => function() { return false; },
]);
$this->assertFalse($fipr->option('https'));
$this->assertFalse($fipr->option('debug'));
$this->assertIsArray($fipr->option());
}

Expand Down

0 comments on commit 451d651

Please sign in to comment.