BiFace_Server_Lite/vendor/codeception/base/tests/data/included/jazz/tests/_helpers/TestGuy.php
2020-03-27 10:13:51 +07:00

28 lines
589 B
PHP

<?php
namespace Jazz;
/**
* Inherited Methods
* @method void wantToTest($text)
* @method void wantTo($text)
* @method void execute($callable)
* @method void expectTo($prediction)
* @method void expect($prediction)
* @method void amGoingTo($argumentation)
* @method void am($role)
* @method void lookForwardTo($achieveValue)
* @method void comment($description)
* @method void haveFriend($name, $actorClass = null)
*
* @SuppressWarnings(PHPMD)
*/
class TestGuy extends \Codeception\Actor
{
use _generated\TestGuyActions;
/**
* Define custom actions here
*/
}