Exemplo n.º 1
0
 public function testIndexRuns()
 {
     $controller = new SignupController();
     $response = $controller->index($this->m_dependencies);
     $this->assertNotEmpty($response);
 }