update webpatser/laravel-uuid to version 3
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
This commit is contained in:
15
tests/_support/UnitTester.php
Normal file → Executable file
15
tests/_support/UnitTester.php
Normal file → Executable file
@@ -1,5 +1,8 @@
|
||||
<?php
|
||||
|
||||
use Codeception\Actor;
|
||||
use Codeception\Lib\Friend;
|
||||
|
||||
|
||||
/**
|
||||
* Inherited Methods
|
||||
@@ -12,15 +15,15 @@
|
||||
* @method void am($role)
|
||||
* @method void lookForwardTo($achieveValue)
|
||||
* @method void comment($description)
|
||||
* @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL)
|
||||
* @method Friend haveFriend($name, $actorClass = null)
|
||||
*
|
||||
* @SuppressWarnings(PHPMD)
|
||||
*/
|
||||
class UnitTester extends \Codeception\Actor
|
||||
*/
|
||||
class UnitTester extends Actor
|
||||
{
|
||||
use _generated\UnitTesterActions;
|
||||
|
||||
/**
|
||||
* Define custom actions here
|
||||
*/
|
||||
/**
|
||||
* Define custom actions here
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user