Change coding style in email editor tests to WordPress
This commit contains automated changes made with phpcbf command from CodeSniffer package. [MAILPOET-6240]
This commit is contained in:
@@ -4,6 +4,7 @@ use _generated\UnitTesterActions;
|
||||
|
||||
/**
|
||||
* Inherited Methods
|
||||
*
|
||||
* @method void wantToTest($text)
|
||||
* @method void wantTo($text)
|
||||
* @method void execute($callable)
|
||||
@@ -16,12 +17,12 @@ use _generated\UnitTesterActions;
|
||||
* @method void pause()
|
||||
*
|
||||
* @SuppressWarnings(PHPMD)
|
||||
*/
|
||||
class UnitTester extends \Codeception\Actor
|
||||
{
|
||||
use UnitTesterActions;
|
||||
*/
|
||||
class UnitTester extends \Codeception\Actor {
|
||||
|
||||
/**
|
||||
* Define custom actions here
|
||||
*/
|
||||
use UnitTesterActions;
|
||||
|
||||
/**
|
||||
* Define custom actions here
|
||||
*/
|
||||
}
|
||||
|
Reference in New Issue
Block a user