2019-12-13 12:43:22 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
/**
|
2022-01-11 13:22:47 +00:00
|
|
|
* Inherited methods.
|
2022-02-07 10:36:38 +00:00
|
|
|
*
|
2019-12-13 12:43:22 +00: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 void pause()
|
|
|
|
|
*
|
|
|
|
|
* @SuppressWarnings(PHPMD)
|
|
|
|
|
*/
|
|
|
|
|
class TriggerTester extends \Codeception\Actor
|
|
|
|
|
{
|
|
|
|
|
use _generated\TriggerTesterActions;
|
2022-01-11 13:22:47 +00:00
|
|
|
}
|