Skip to content

Commit

Permalink
Update ImageModelTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jun 4, 2022
1 parent 7c03d5c commit f3e5420
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Feature/ImageModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ public function test_get_metadata_array()
$this->assertEquals([
'text' => 'foo',
'name' => 'bar',
'url' => null,
'contentUrl' => null,
], $image->getMetadataArray());
}
}

0 comments on commit f3e5420

Please sign in to comment.