Remove generated tests from the repo.

Codeception creates a dynamic class to handle test helpers.
It shouldn't be on git.
This commit is contained in:
marco
2015-08-03 15:56:06 +02:00
parent b1bc92f39e
commit 304bc9419e
5 changed files with 5 additions and 2880 deletions

View File

@@ -45,11 +45,13 @@ class RoboFile extends \Robo\Tasks {
}
function testUnit() {
$this->_exec('vendor/bin/codecept build');
$this->loadEnv();
$this->_exec('vendor/bin/codecept run unit');
}
function testAcceptance() {
$this->_exec('vendor/bin/codecept build');
$this->loadEnv();
$this
->taskExec('phantomjs --webdriver=4444')
@@ -60,6 +62,7 @@ class RoboFile extends \Robo\Tasks {
}
function testAll() {
$this->_exec('vendor/bin/codecept build');
$this->loadEnv();
$this
->taskexec('phantomjs --webdriver=4444')