forked from extern/egroupware
Give a better message if the test table is missing (Check test app not installed)
This commit is contained in:
parent
accd6187e2
commit
31c007bac7
@ -57,7 +57,7 @@ class BaseTest extends TestCase
|
||||
protected function assertPreConditions()
|
||||
{
|
||||
$tables = self::$db->table_names(true);
|
||||
$this->assertContains('egw_test', $tables);
|
||||
$this->assertContains('egw_test', $tables, 'Could not find DB table "egw_test", make sure test app is installed');
|
||||
}
|
||||
|
||||
public function testSaveInternalState()
|
||||
|
Loading…
Reference in New Issue
Block a user