]> git.mxchange.org Git - friendica.git/commitdiff
Add debug to database test
authorHypolite Petovan <mrpetovan@gmail.com>
Wed, 4 Jul 2018 03:14:03 +0000 (23:14 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Wed, 4 Jul 2018 03:14:03 +0000 (23:14 -0400)
tests/DatabaseTest.php

index e79e9237be9d3a9ce0f1031290cc96cdd23d89e5..df681acbf4fdd13450cb97eba708a00653397823 100644 (file)
@@ -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.');
                        }