Skip to content

Commit

Permalink
Adapt Content test for clear_compiled option
Browse files Browse the repository at this point in the history
  • Loading branch information
javihgil committed Jun 24, 2024
1 parent 4a6f738 commit 3884aa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Unit/Config/Model/ContentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ public function testDefaultConfig()
'type' => VersionDeleteForm::class,
'success_redirect_to' => '',
],
'version_clear_compiled' => [
'is_granted' => 'PERMISSION_SFS_CMS_ADMIN_CONTENT_CLEAR_COMPILED_VERSION',
],
],
'allowed_layouts' => [],
], $config);
Expand Down

0 comments on commit 3884aa4

Please sign in to comment.