Add debug to database test
This commit is contained in:
parent
b256f5cf2c
commit
8ad41d4f15
|
@ -93,6 +93,8 @@ abstract class DatabaseTest extends TestCase
|
||||||
DBStructure::update(false, true, true);
|
DBStructure::update(false, true, true);
|
||||||
|
|
||||||
$app->mode = \Friendica\App::MODE_NORMAL;
|
$app->mode = \Friendica\App::MODE_NORMAL;
|
||||||
|
|
||||||
|
var_dump(dba::inArray(\dba::select('contact')));
|
||||||
} else {
|
} else {
|
||||||
$this->markTestSkipped('Could not connect to the database. Please check the MYSQL_* environment variables.');
|
$this->markTestSkipped('Could not connect to the database. Please check the MYSQL_* environment variables.');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user