Bootstrap codeception.

This commit is contained in:
James Cole
2015-07-02 09:45:21 +02:00
parent b4a401700e
commit 922b2962a3
19 changed files with 2508 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?php //[STAMP] 65f4e005f3be69d169e0f598e3c24741
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
use Helper\Functional;
trait FunctionalTesterActions
{
/**
* @return \Codeception\Scenario
*/
abstract protected function getScenario();
}