Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Oct 1, 2018
1 parent a3ac425 commit 57befeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<div>
<div class="card">
<h1>Title</h1>
<h1>title</h1>
<div>my title</div>
</div>
</div>
5 changes: 3 additions & 2 deletions tests/stubs/views/views/globalFunction.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
$title = 'my title'
@endphp

<card :title="str_after(ucfirst($title), 'My ')" />

<card :title="str_after(ucfirst($title), 'My ')">
{{ $title }}
</card>

0 comments on commit 57befeb

Please sign in to comment.