protected function setUp() { $this->context = $this ->getMock('Symfony\\Component\\Validator\\ExecutionContext', array(), array(), '', false); $this->validator = new DateValidator(); $this->validator ->initialize($this->context); }