public function testDisplayOptionsPage()
 {
     $this->admin->displayOptionsPage();
     $this->assertTrue(in_array(plugin_dir_path(__DIR__) . 'admin/views/options.php', get_included_files()));
 }