test() public method

public test ( )
Exemplo n.º 1
0
 public function testValidate()
 {
     $controller = new Foo(Request::instance());
     $result = $controller->test();
     $this->assertTrue($result);
 }