We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e903ff8 commit 9f05ba7Copy full SHA for 9f05ba7
tests/Console/MakePageCommandTest.php
@@ -23,7 +23,7 @@
23
24
$pageContent = file_get_contents($page);
25
26
- expect($pageContent)->toContain('<AppSectionHeader title="ResourceNames" :bread-crumb="breadCrumb">');
+ expect($pageContent)->toContain('<AppSectionHeader :title="title" :bread-crumb="breadCrumb">');
27
});
28
29
it('can generate a form page', function () {
@@ -34,5 +34,5 @@
34
35
36
37
38
0 commit comments