diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-22 14:33:49 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-22 14:33:49 +0200 |
commit | d2e3d9cf197097ebc5068d2d426c4809d46af108 (patch) | |
tree | 5437ba8938282a6cb7bf1017c526f392da8d253e /php-doctrine-orm-phpunit54.patch | |
parent | d220191853c299f5e497d09e532603622b1a6397 (diff) |
v2.5.1 from Fedora
Diffstat (limited to 'php-doctrine-orm-phpunit54.patch')
-rw-r--r-- | php-doctrine-orm-phpunit54.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/php-doctrine-orm-phpunit54.patch b/php-doctrine-orm-phpunit54.patch deleted file mode 100644 index 493c613..0000000 --- a/php-doctrine-orm-phpunit54.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2692Test.php.old 2016-06-13 18:09:07.905814745 +0200 -+++ tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2692Test.php 2016-06-13 18:09:59.319090970 +0200 -@@ -29,7 +29,8 @@ - - public function testIsListenerCalledOnlyOnceOnPreFlush() - { -- $listener = $this->getMock('Doctrine\Tests\ORM\Functional\Ticket\DDC2692Listener', array('preFlush')); -+ $listener = $this->getMockObjectGenerator()->getMock('Doctrine\Tests\ORM\Functional\Ticket\DDC2692Listener', array('preFlush')); -+ $this->registerMockObject($listener); - $listener->expects($this->once())->method('preFlush'); - - $this->_em->getEventManager()->addEventSubscriber($listener); |