|
|
@ -1,23 +1,26 @@ |
|
|
|
<?php |
|
|
|
<?php |
|
|
|
// This class was automatically generated by build task |
|
|
|
// This class was automatically generated by build task |
|
|
|
// You can change it manually, but it will be overwritten on next build |
|
|
|
// You should not change it manually as it will be overwritten on next build |
|
|
|
// @codingStandardsIgnoreFile |
|
|
|
// @codingStandardsIgnoreFile |
|
|
|
|
|
|
|
|
|
|
|
use Codeception\Maybe; |
|
|
|
|
|
|
|
|
|
|
|
use \Codeception\Maybe; |
|
|
|
use Codeception\Module\CodeHelper; |
|
|
|
use Codeception\Module\CodeHelper; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Inherited methods |
|
|
|
* Inherited methods |
|
|
|
|
|
|
|
* @method void execute($callable) |
|
|
|
* @method void wantToTest($text) |
|
|
|
* @method void wantToTest($text) |
|
|
|
* @method void wantTo($text) |
|
|
|
* @method void wantTo($text) |
|
|
|
* @method void amTesting($method) |
|
|
|
|
|
|
|
* @method void amTestingMethod($method) |
|
|
|
|
|
|
|
* @method void testMethod($signature) |
|
|
|
|
|
|
|
* @method void expectTo($prediction) |
|
|
|
* @method void expectTo($prediction) |
|
|
|
* @method void expect($prediction) |
|
|
|
* @method void expect($prediction) |
|
|
|
* @method void amGoingTo($argumentation) |
|
|
|
* @method void amGoingTo($argumentation) |
|
|
|
* @method void am($role) |
|
|
|
* @method void am($role) |
|
|
|
* @method void lookForwardTo($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 |
|
|
|
class CodeGuy extends \Codeception\AbstractGuy |
|
|
|