close(); static::$interface = null; } parent::tearDownAfterClass(); } protected function makeStatement(string $q, array $types = []): array { return [static::$interface, $q, $types]; } protected static function decorateTypeSyntax(string $value, string $type): string { return $value; } }