assertSame(pg4wp_rewrite($data['mysql']), $data['postgresql']); } } protected function setUp(): void { global $wpdb; $wpdb = new class() { public $categories = "wp_categories"; public $comments = "wp_comments"; public $prefix = "wp_"; public $options = "wp_options"; }; } }