Refactor Appbox

This commit is contained in:
Romain Neutron
2012-02-21 16:19:08 +01:00
parent df745a69fb
commit 7d41a36694
18 changed files with 49 additions and 48 deletions

View File

@@ -238,7 +238,7 @@ class system_fileTest extends PhraseanetPHPUnitAbstract
public function testExtract_metadatas()
{
$appbox = appbox::get_instance();
$appbox = appbox::get_instance(\bootstrap::getCore());
$databox = null;
foreach ($appbox->get_databoxes() as $d)
{