mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge pull request #2490 from KallooaSan/PHRAS-1856_PORT-PHRAS-1347
PHRAS-1856_PORT-PHRAS-1347
This commit is contained in:
@@ -296,8 +296,8 @@ class LazaretTest extends \PhraseanetAuthenticatedWebTestCase
|
||||
|
||||
//expect one call to substitute the documents
|
||||
self::$DI['app']['subdef.substituer']->expects($this->once())
|
||||
->method('substitute')
|
||||
->with($record, $this->equalTo('document'));
|
||||
->method('substituteDocument')
|
||||
->with($record);
|
||||
|
||||
$databox = $this->getMock('databox', [], [], '', false);
|
||||
|
||||
|
Reference in New Issue
Block a user