Skip to content

Commit

Permalink
Add in debug
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 authored and colemanw committed Jul 19, 2020
1 parent 069d4bb commit 155e9ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Civi/Test/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public function populate() {
if (\Civi\Test::execute($query2) === FALSE) {
throw new RuntimeException("Cannot load civicrm_data.mysql. Aborting.");
}
print_r(\Civi\Test::pdo()->query("SELECT id, version FROM civicrm_domain")->fetchAll());
if (\Civi\Test::execute($query3) === FALSE) {
throw new RuntimeException("Cannot load test_data.mysql. Aborting.");
}
Expand Down

0 comments on commit 155e9ec

Please sign in to comment.