_ci = &get_instance(); // // if (!is_object($this->_ci)) { // throw new \Exception('CI instance is not available'); // } // // $this->_ci->load->library('AuthLib', null, 'AuthLib'); // // $this->_ci->AuthLib->loginLDAP('horauer', 'FHCompleteDemo42!'); // $this->_ci->load->controller('api/v1/Bookmark'); // // $this->obj = new Bookmark(); // } /** @test */ public function test_true() { echo 'in the test_true case'; $this->assertTrue(true); } }