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
|
|
|
|
|
2014-07-22 16:45:41 +05:30
|
|
|
class AuthServerHelper extends \Codeception\Module
|
2014-07-22 15:28:15 +05:30
|
|
|
{
|
|
|
|
|
|
|
|
}
|