mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix unit tests
This commit is contained in:
@@ -15,6 +15,7 @@ class CommandTest extends \PhraseanetTestCase
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
$this->object = new AbstractCommandTester('name');
|
||||
}
|
||||
|
||||
|
@@ -18,6 +18,7 @@ class UpgradeDBDatasTest extends \PhraseanetTestCase
|
||||
*/
|
||||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
$this->object = new UpgradeDBDatas('commandname');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user