Fix unit tests

This commit is contained in:
Romain Neutron
2014-03-05 15:27:24 +01:00
parent 92b1ee1b52
commit d3bf3f747e
33 changed files with 37 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ class CommandTest extends \PhraseanetTestCase
public function setUp()
{
parent::setUp();
$this->object = new AbstractCommandTester('name');
}

View File

@@ -18,6 +18,7 @@ class UpgradeDBDatasTest extends \PhraseanetTestCase
*/
public function setUp()
{
parent::setUp();
$this->object = new UpgradeDBDatas('commandname');
}