oauth2-server/tests/_support/AuthServerHelper.php

10 lines
202 B
PHP
Raw Normal View History

2014-07-22 15:28:15 +05:30
<?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
2014-07-22 15:28:15 +05:30
{
}