mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Fix travis tests
This commit is contained in:
@@ -83,7 +83,7 @@ class SubdefsTest extends \PhraseanetAuthenticatedWebTestCase
|
||||
$subdefs = new \databox_subdefsStructure($app->findDataboxById($this->databox_id), $app['translator']);
|
||||
$subdef = $subdefs->get_subdef("image", $name);
|
||||
/* @var $subdef \databox_subdef */
|
||||
$this->assertFalse($subdef->is_downloadable());
|
||||
$this->assertFalse($subdef->isDownloadable());
|
||||
$options = $subdef->getOptions();
|
||||
$this->assertTrue(is_array($options));
|
||||
$this->assertEquals(400, $options[Image::OPTION_SIZE]->getValue());
|
||||
|
Reference in New Issue
Block a user