2014-07-22 10:58:15 +01:00
|
|
|
<?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 12:15:41 +01:00
|
|
|
class AuthServerHelper extends \Codeception\Module
|
2014-07-22 10:58:15 +01:00
|
|
|
{
|
|
|
|
|
|
|
|
}
|