Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrono committed May 22, 2020
1 parent 51d71b9 commit 266f902
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@
<log type="coverage-text" target="build/coverage.txt"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
<php>
<server name="APP_NAME" value="Meta Title Append"/>
</php>
</phpunit>
4 changes: 2 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function tearDown(): void
[
'f9web-laravel-meta' => [
'defaults' => [],
'meta-title-append' => null,
'meta-title-append' => 'Meta Title Append',
'title-guessor' => [
'enabled' => true,
'method' => 'route',
Expand All @@ -38,7 +38,7 @@ public function tearDown(): void
'/index.php',
],
'fallback-meta-title' => null,
'favicon-path' => asset('favicon.ico'),
'favicon-path' => '/favicon.ico',
'title-limit' => 60,
'description-limit' => null,
],
Expand Down

0 comments on commit 266f902

Please sign in to comment.