This commit is contained in:
Johannes Meyer 2022-09-01 14:22:59 +02:00
parent af1beddabc
commit ebc66f7142

View File

@ -171,6 +171,7 @@ class TestController extends CompatController
$query->disableDefaultSort();
file_get_contents('http://localhost/');
sleep(0.2);
if ($this->params->get('export') === 'sql') {
list($sql, $values) = $query->dump();