mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-2605_fix-unittest-bootstrap_4.1
remove debug
This commit is contained in:
@@ -106,7 +106,6 @@ class UploadTest extends \PhraseanetAuthenticatedWebTestCase
|
||||
|
||||
$record = new \record_adapter(self::$DI['app'], $id[0], $id[1]);
|
||||
$this->assertTrue($record->get_thumbnail()->is_physically_present());
|
||||
$zzz = $record->get_caption()->get_fields();
|
||||
$fields = $record->get_caption()->get_fields(['FileName']);
|
||||
$field = array_pop($fields);
|
||||
$this->assertEquals('KIKOO.JPG', $field->get_serialized_values());
|
||||
|
Reference in New Issue
Block a user