|
@@ -12,7 +12,7 @@
|
|
|
namespace Symfony\Tests\Component\Form\DataMapper;
|
|
|
|
|
|
use Symfony\Component\Form\FormBuilder;
|
|
|
-use Symfony\Component\Form\PropertyPath;
|
|
|
+use Symfony\Component\Form\Util\PropertyPath;
|
|
|
use Symfony\Component\Form\DataMapper\PropertyPathMapper;
|
|
|
|
|
|
class PropertyPathMapperTest extends \PHPUnit_Framework_TestCase
|
|
@@ -24,7 +24,7 @@ class PropertyPathMapperTest extends \PHPUnit_Framework_TestCase
|
|
|
protected function setUp()
|
|
|
{
|
|
|
$this->mapper = new PropertyPathMapper();
|
|
|
- $this->propertyPath = $this->getMockBuilder('Symfony\Component\Form\PropertyPath')
|
|
|
+ $this->propertyPath = $this->getMockBuilder('Symfony\Component\Form\Util\PropertyPath')
|
|
|
->disableOriginalConstructor()
|
|
|
->getMock();
|
|
|
}
|