You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
752 B
30 lines
752 B
<?php |
|
// This class was automatically generated by build task |
|
// You should not change it manually as it will be overwritten on next build |
|
// @codingStandardsIgnoreFile |
|
|
|
|
|
use \Codeception\Maybe; |
|
use Codeception\Module\CodeHelper; |
|
|
|
/** |
|
* Inherited methods |
|
* @method void execute($callable) |
|
* @method void wantToTest($text) |
|
* @method void wantTo($text) |
|
* @method void expectTo($prediction) |
|
* @method void expect($prediction) |
|
* @method void amGoingTo($argumentation) |
|
* @method void am($role) |
|
* @method void lookForwardTo($achieveValue) |
|
* @method void offsetGet($offset) |
|
* @method void offsetSet($offset, $value) |
|
* @method void offsetExists($offset) |
|
* @method void offsetUnset($offset) |
|
*/ |
|
|
|
class CodeGuy extends \Codeception\AbstractGuy |
|
{ |
|
|
|
} |
|
|
|
|