Skip to content

Commit

Permalink
Update test schema to use filenames for the publication templates
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 27, 2022
1 parent 1b7b36c commit a2373db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/framework/tests/Feature/PublicationTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ protected function getTestData(array $mergeData = []): array
return array_merge([
'name' => 'Test Publication',
'canonicalField' => 'title',
'detailTemplate' => 'test-publication_detail',
'listTemplate' => 'test-publication_list',
'detailTemplate' => 'test-publication_detail.blade.php',
'listTemplate' => 'test-publication_list.blade.php',
'pagination' => [
'sortField' => '__createdAt',
'sortAscending' => true,
Expand Down

0 comments on commit a2373db

Please sign in to comment.