Skip to content

Commit 9f05ba7

Browse files
committed
Test modified for the modified Stub pages
1 parent e903ff8 commit 9f05ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Console/MakePageCommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
$pageContent = file_get_contents($page);
2525

26-
expect($pageContent)->toContain('<AppSectionHeader title="ResourceNames" :bread-crumb="breadCrumb">');
26+
expect($pageContent)->toContain('<AppSectionHeader :title="title" :bread-crumb="breadCrumb">');
2727
});
2828

2929
it('can generate a form page', function () {
@@ -34,5 +34,5 @@
3434

3535
$pageContent = file_get_contents($page);
3636

37-
expect($pageContent)->toContain('<AppSectionHeader title="ResourceNames" :bread-crumb="breadCrumb">');
37+
expect($pageContent)->toContain('<AppSectionHeader :title="title" :bread-crumb="breadCrumb">');
3838
});

0 commit comments

Comments
 (0)