Refactor acceptance tests splitting to respect coding style
[MAILPOET-3296]
This commit is contained in:
committed by
Veljko V
parent
b9716bc0bc
commit
90eb894b72
@ -1,11 +1,10 @@
|
||||
<?php
|
||||
require_once './tests/_support/SplitTestsByGroups.php';
|
||||
|
||||
// phpcs:ignore PSR1.Classes.ClassDeclaration
|
||||
class RoboFile extends \Robo\Tasks {
|
||||
const ZIP_BUILD_PATH = __DIR__ . '/mailpoet.zip';
|
||||
|
||||
use \Codeception\Task\SplitTestsByGroups;
|
||||
use \MailPoet\Test\SplitTests\SplitTestFilesByGroups;
|
||||
|
||||
public function __construct() {
|
||||
|
||||
|
Reference in New Issue
Block a user