public function testSetConstraintValidatorFactory()
 {
     $this->assertSame($this->builder, $this->builder->setConstraintValidatorFactory($this->getMock('Symfony\\Component\\Validator\\ConstraintValidatorFactoryInterface')));
 }