mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
10 lines
206 B
PHP
10 lines
206 B
PHP
<?php
|
|
namespace Codeception\Module;
|
|
|
|
// here you can define custom actions
|
|
// all public methods declared in helper class will be available in $I
|
|
|
|
class ResourceServerHelper extends \Codeception\Module
|
|
{
|
|
|
|
} |