[2.0] skipping test with mocked namespaced classes
This commit is contained in:
parent
6e4c24684c
commit
129e13f5c5
@ -110,6 +110,7 @@ class ProxyClassGeneratorTest extends \Doctrine\Tests\OrmTestCase
|
|||||||
|
|
||||||
protected function _getMockPersister()
|
protected function _getMockPersister()
|
||||||
{
|
{
|
||||||
|
$this->markTestSkipped();
|
||||||
$persister = $this->getMock('Doctrine\ORM\Persisters\StandardEntityPersister', array('load'), array(), '', false);
|
$persister = $this->getMock('Doctrine\ORM\Persisters\StandardEntityPersister', array('load'), array(), '', false);
|
||||||
return $persister;
|
return $persister;
|
||||||
}
|
}
|
||||||
@ -174,6 +175,7 @@ class ProxyClassGeneratorTest extends \Doctrine\Tests\OrmTestCase
|
|||||||
|
|
||||||
protected function _getAssociationMock()
|
protected function _getAssociationMock()
|
||||||
{
|
{
|
||||||
|
$this->markTestSkipped();
|
||||||
$assoc = $this->getMock('Doctrine\ORM\Mapping\AssociationMapping', array('load'), array(), '', false);
|
$assoc = $this->getMock('Doctrine\ORM\Mapping\AssociationMapping', array('load'), array(), '', false);
|
||||||
return $assoc;
|
return $assoc;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user