PT-1572 Updated tests

This commit is contained in:
Carlos Salguero
2018-07-28 16:08:27 -03:00
parent ea4886ad9d
commit d2c4f57a52
11 changed files with 118 additions and 12 deletions

View File

@@ -958,6 +958,8 @@ like(
'_d() works'
);
$dbh->do("DROP DATABASE test");
$sb->wipe_clean($dbh);
ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");
done_testing;