Split auth help link contracts
This commit is contained in:
20
tests/Architecture/AuthHelpLinksContractFiles.php
Normal file
20
tests/Architecture/AuthHelpLinksContractFiles.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace MintyPHP\Tests\Architecture;
|
||||
|
||||
final class AuthHelpLinksContractFiles
|
||||
{
|
||||
/**
|
||||
* @return list<string>
|
||||
*/
|
||||
public static function secondaryAuthPages(): array
|
||||
{
|
||||
return [
|
||||
'pages/auth/register(login).phtml',
|
||||
'pages/auth/forgot(login).phtml',
|
||||
'pages/auth/verify(login).phtml',
|
||||
'pages/auth/reset(login).phtml',
|
||||
'pages/auth/verify-email(login).phtml',
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user