mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Add debug to database test
This commit is contained in:
parent
b256f5cf2c
commit
8ad41d4f15
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ abstract class DatabaseTest extends TestCase
|
|||
DBStructure::update(false, true, true);
|
||||
|
||||
$app->mode = \Friendica\App::MODE_NORMAL;
|
||||
|
||||
var_dump(dba::inArray(\dba::select('contact')));
|
||||
} else {
|
||||
$this->markTestSkipped('Could not connect to the database. Please check the MYSQL_* environment variables.');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue