Example #1
0
 public function testGetValidator()
 {
     $controller = new Controller();
     $this->assertInstanceOf('Ucc\\Data\\Validator\\ValidatorInterface', $controller->getValidator());
 }