Files
wp-graphql-woocommerce/tests/_support/WpunitTester.php
T

27 lines
598 B
PHP
Raw Normal View History

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)
*
* @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
}