Remove getPropertyPath in the tests

This commit is contained in:
Fran Moreno 2013-01-15 00:53:09 +01:00
parent ffa4c6f25b
commit a39fdd88f4

View File

@ -33,9 +33,6 @@ abstract class CollectionValidatorTest extends \PHPUnit_Framework_TestCase
$this->context->expects($this->any())
->method('getGroup')
->will($this->returnValue('MyGroup'));
$this->context->expects($this->any())
->method('getPropertyPath')
->will($this->returnValue('foo.bar'));
}
protected function tearDown()