]> git.mxchange.org Git - friendica.git/blobdiff - tests/DatabaseTest.php
Add debug to database test
[friendica.git] / 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.');
                        }