mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Updated test database, fixed a record test
This commit is contained in:
@@ -71,9 +71,7 @@ class record_adapterTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
|||||||
->method('deliver')
|
->method('deliver')
|
||||||
->with($this->isInstanceOf('Alchemy\Phrasea\Notification\Mail\MailInfoNewOrder'), $this->equalTo(null));
|
->with($this->isInstanceOf('Alchemy\Phrasea\Notification\Mail\MailInfoNewOrder'), $this->equalTo(null));
|
||||||
|
|
||||||
return new set_order(self::$DI['app'], \set_order::create(
|
return $this->createOneOrder('I need this pictures');
|
||||||
self::$DI['app'], new RecordsRequest($receveid, new ArrayCollection($receveid), $basket), self::$DI['user_alt2'], 'I need this photos', new \DateTime('+10 minutes')
|
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGet_creation_date()
|
public function testGet_creation_date()
|
||||||
|
Reference in New Issue
Block a user