oauth2-server/tests/_support/AuthServerHelper.php

10 lines
202 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 AuthServerHelper extends \Codeception\Module
{
}