Rename files in email editor package by WP Coding Standard
[MAILPOET-6240]
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
use _generated\UnitTesterActions;
|
||||
|
||||
/**
|
||||
* Inherited Methods
|
||||
@ -18,7 +19,7 @@
|
||||
*/
|
||||
class UnitTester extends \Codeception\Actor
|
||||
{
|
||||
use _generated\UnitTesterActions;
|
||||
use UnitTesterActions;
|
||||
|
||||
/**
|
||||
* Define custom actions here
|
||||
|
Reference in New Issue
Block a user