mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
11 lines
196 B
PHP
11 lines
196 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 ApiHelper extends \Codeception\Module
|
|
{
|
|
|
|
}
|