mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
First implementation of orders using Doctrine
This commit is contained in:
@@ -971,7 +971,7 @@ abstract class PhraseanetPHPUnitAbstract extends WebTestCase
|
||||
self::$DI['app']['notification.deliverer'] = $this->getMockBuilder('Alchemy\Phrasea\Notification\Deliverer')
|
||||
->disableOriginalConstructor()
|
||||
->getMock();
|
||||
|
||||
//
|
||||
self::$DI['app']['notification.deliverer']->expects($this->exactly($qty))
|
||||
->method('deliver')
|
||||
->with($this->isInstanceOf($expectedMail), $this->equalTo($receipt));
|
||||
|
Reference in New Issue
Block a user