Remove old unused test support files

[MAILPOET-2429]
This commit is contained in:
Jan Jakeš
2019-10-17 11:38:11 +02:00
committed by Jack Kitterhing
parent 10a98031e8
commit 02ac03be02
5 changed files with 0 additions and 97 deletions

View File

@@ -368,7 +368,6 @@ class RoboFile extends \Robo\Tasks {
'tests/_data',
'tests/_output',
'tests/_support',
'tests/Actions.php',
'tests/integration/_bootstrap.php',
'tests/integration/_fixtures.php',
'tests/unit/_bootstrap.php',

View File

@@ -1,26 +0,0 @@
<?php
/**
* Inherited Methods
* @method void wantToTest($text)
* @method void wantTo($text)
* @method void execute($callable)
* @method void expectTo($prediction)
* @method void expect($prediction)
* @method void amGoingTo($argumentation)
* @method void am($role)
* @method void lookForwardTo($achieveValue)
* @method void comment($description)
* @method \Codeception\Lib\Friend haveFriend($name, $actorClass = null)
*
* @SuppressWarnings(PHPMD)
*/
class Actions extends \Codeception\Actor
{
use _generated\Actions;
/**
* Define custom actions here
*/
}

View File

@@ -1,18 +0,0 @@
<?php //[STAMP] d305d58a783adf00ac0f766f93b4b7f1
namespace _generated;
// This class was automatically generated by build task
// You should not change it manually as it will be overwritten on next build
// @codingStandardsIgnoreFile
trait Actions
{
/**
* @return \Codeception\Scenario
*/
abstract protected function getScenario();
}

View File

@@ -1,26 +0,0 @@
<?php
/**
* Inherited Methods
* @method void wantToTest($text)
* @method void wantTo($text)
* @method void execute($callable)
* @method void expectTo($prediction)
* @method void expect($prediction)
* @method void amGoingTo($argumentation)
* @method void am($role)
* @method void lookForwardTo($achieveValue)
* @method void comment($description)
* @method \Codeception\Lib\Friend haveFriend($name, $actorClass = null)
*
* @SuppressWarnings(PHPMD)
*/
class FunctionalTester extends \Codeception\Actor
{
use _generated\FunctionalTesterActions;
/**
* Define custom actions here
*/
}

View File

@@ -1,26 +0,0 @@
<?php
/**
* Inherited Methods
* @method void wantToTest($text)
* @method void wantTo($text)
* @method void execute($callable)
* @method void expectTo($prediction)
* @method void expect($prediction)
* @method void amGoingTo($argumentation)
* @method void am($role)
* @method void lookForwardTo($achieveValue)
* @method void comment($description)
* @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL)
*
* @SuppressWarnings(PHPMD)
*/
class NoGuy extends \Codeception\Actor
{
use _generated\NoGuyActions;
/**
* Define custom actions here
*/
}