Add debug to database test

pull/5314/head
Hypolite Petovan 2018-07-03 23:14:03 -04:00
rodzic b256f5cf2c
commit 8ad41d4f15
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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.');
}