Split list titlebar contracts
This commit is contained in:
29
tests/Architecture/ListTitlebarContractFiles.php
Normal file
29
tests/Architecture/ListTitlebarContractFiles.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
namespace MintyPHP\Tests\Architecture;
|
||||
|
||||
final class ListTitlebarContractFiles
|
||||
{
|
||||
/**
|
||||
* @return list<string>
|
||||
*/
|
||||
public static function titlebarTemplateFiles(): array
|
||||
{
|
||||
return [
|
||||
'pages/admin/users/index(default).phtml',
|
||||
'pages/admin/tenants/index(default).phtml',
|
||||
'pages/admin/departments/index(default).phtml',
|
||||
'pages/admin/roles/index(default).phtml',
|
||||
'pages/admin/permissions/index(default).phtml',
|
||||
'pages/admin/mail-log/index(default).phtml',
|
||||
'pages/admin/scheduled-jobs/index(default).phtml',
|
||||
'pages/admin/api-audit/index(default).phtml',
|
||||
'pages/admin/import-audit/index(default).phtml',
|
||||
'pages/admin/user-lifecycle-audit/index(default).phtml',
|
||||
'pages/admin/system-audit/index(default).phtml',
|
||||
'modules/addressbook/pages/address-book/index(default).phtml',
|
||||
'pages/search/index(default).phtml',
|
||||
'pages/help/hotkeys(default).phtml',
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user