CodeGuy.php 756 Bytes
Newer Older
1 2
<?php
// This class was automatically generated by build task
3
// You should not change it manually as it will be overwritten on next build
4 5
// @codingStandardsIgnoreFile

6 7

use \Codeception\Maybe;
8 9 10 11
use Codeception\Module\CodeHelper;

/**
 * Inherited methods
12
 * @method void execute($callable)
13 14 15 16 17 18
 * @method void wantToTest($text)
 * @method void wantTo($text)
 * @method void expectTo($prediction)
 * @method void expect($prediction)
 * @method void amGoingTo($argumentation)
 * @method void am($role)
19 20 21 22 23
 * @method void lookForwardTo($achieveValue)
 * @method void offsetGet($offset)
 * @method void offsetSet($offset, $value)
 * @method void offsetExists($offset)
 * @method void offsetUnset($offset)
24 25 26 27 28 29 30
*/

class CodeGuy extends \Codeception\AbstractGuy
{
    
}