added loadEnv to unit test and removed bootstrap code + added basic acceptance test for form widget (had to increase the wait value oh web driver to bypass JS animations delay)

This commit is contained in:
Jonathan Labreuille
2015-07-28 11:40:31 +02:00
parent 5e98806f8b
commit ffbc54ffb7
5 changed files with 15 additions and 13 deletions

View File

@@ -23,6 +23,7 @@ class RoboFile extends \Robo\Tasks {
}
function testUnit() {
$this->loadEnv();
$this->_exec('vendor/bin/codecept run unit');
}