Skip to content

Commit

Permalink
fix: testMetaConfig()
Browse files Browse the repository at this point in the history
  • Loading branch information
didoda committed Jun 14, 2024
1 parent 1ef655d commit 62f25bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/View/Helper/LayoutHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ public function testMetaConfig(): void
'canReadUsers' => false,
'canSave' => true,
'cloneConfig' => (array)Configure::read('Clone'),
'placeholderConfig' => $system->placeholdersConfig(),
'placeholdersConfig' => $system->placeholdersConfig(),
'uploadConfig' => $system->uploadConfig(),
'relationsSchema' => ['whatever'],
'richeditorConfig' => (array)Configure::read('Richeditor'),
Expand Down

0 comments on commit 62f25bd

Please sign in to comment.