mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
fix uploader test
This commit is contained in:
@@ -243,7 +243,7 @@ class UploadTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
|||||||
$params = array(
|
$params = array(
|
||||||
'base_id' => self::$collection->get_base_id(),
|
'base_id' => self::$collection->get_base_id(),
|
||||||
'forceAction' => \Alchemy\Phrasea\Border\Manager::FORCE_RECORD,
|
'forceAction' => \Alchemy\Phrasea\Border\Manager::FORCE_RECORD,
|
||||||
'status' => array(4 => 1),
|
'status' => array( self::$collection->get_sbas_id() => array( 4 => 1)),
|
||||||
);
|
);
|
||||||
|
|
||||||
$files = array(
|
$files = array(
|
||||||
|
Reference in New Issue
Block a user