| 1 | <?php |
||
| 11 | class CredentialsProvider extends \Codeception\Module |
||
| 12 | { |
||
| 13 | public function __construct(ModuleContainer $moduleContainer, $config = null) |
||
| 24 | |||
| 25 | public function getClientCredentials(): array |
||
| 29 | |||
| 30 | |||
| 31 | public function getSellerCredentials(): array |
||
| 35 | |||
| 36 | public function getAdminCredentials(): array |
||
| 40 | } |
||
| 41 |