oauth2-server/tests/_support/ApiHelper.php

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