From: Hypolite Petovan Date: Wed, 4 Jul 2018 03:14:03 +0000 (-0400) Subject: Add debug to database test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8ad41d4f1594fc08d5723ed305da73286175687c;p=friendica.git Add debug to database test --- diff --git a/tests/DatabaseTest.php b/tests/DatabaseTest.php index e79e9237be..df681acbf4 100644 --- a/tests/DatabaseTest.php +++ b/tests/DatabaseTest.php @@ -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.'); }