load->model('Repository_model', 'repositoryModel'); } public function testGetProtectedBranchRule_Empty() { global $CI; $rule = $CI->repositoryModel->listProtectedBranchRules('', ''); $this->assertFalse($rule); } }