Update SQLite database reference

This commit is contained in:
Nicolas Le Goff
2013-08-27 00:21:58 +02:00
parent 6969fb6a7c
commit 33b0648ce5
4 changed files with 50 additions and 2 deletions

View File

@@ -581,7 +581,7 @@ abstract class PhraseanetPHPUnitAbstract extends WebTestCase
$this->insertFixtureInDatabase($loader);
} catch (\Exception $e) {
$this->fail('Fail load one Basket : ' . $e->getMessage());
$this->fail('Fail load one User : ' . $e->getMessage());
}
}