close(); static::$interface = null; } parent::tearDownAfterClass(); } protected function makeResult(string $q): array { $set = static::$interface->query($q); $rows = static::$interface->changes(); $id = static::$interface->lastInsertRowID(); return [$set, [$rows, $id]]; } }