Skip to content

Commit 42240cd

Browse files
committed
Update test schema to use filenames for the publication templates
1 parent a2373db commit 42240cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/framework/tests/Unit/Pages/PublicationPageUnitTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ protected function pubType(): PublicationType
242242
return new PublicationType(
243243
'name',
244244
'canonicalField',
245-
'detailTemplate',
246-
'listTemplate',
245+
'detailTemplate.blade.php',
246+
'listTemplate.blade.php',
247247
['sortField', true, true, 1],
248248
[],
249249
'directory'

0 commit comments

Comments
 (0)