Fix PSR1.Classes.ClassDeclaration sniffer rule in tests [MAILPOET-1025]
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
namespace MailPoet\Test\Models;
|
||||
|
||||
use MailPoet\Models\ModelValidator;
|
||||
|
||||
class ModelValidatorTest extends MailPoetTest {
|
||||
class ModelValidatorTest extends \MailPoetTest {
|
||||
public $validator;
|
||||
|
||||
function __construct() {
|
||||
|
Reference in New Issue
Block a user