2019-03-13 12:31:37 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Inherited Methods
|
2019-03-21 21:43:24 -04:00
|
|
|
*
|
2019-03-13 12:31:37 -04:00
|
|
|
* @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 \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL)
|
|
|
|
|
*
|
2023-11-30 15:41:32 +02:00
|
|
|
* @SuppressWarnings(\PHPMD)
|
2019-03-21 21:43:24 -04:00
|
|
|
*/
|
|
|
|
|
class WpunitTester extends \Codeception\Actor {
|
|
|
|
|
use _generated\WpunitTesterActions;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Define custom actions here
|
|
|
|
|
*/
|
2019-03-13 12:31:37 -04:00
|
|
|
}
|