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