Skip to content

Commit

Permalink
add image test
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Sep 24, 2020
1 parent 506fb73 commit e8aec64
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/admin/proxy/ClientTransferTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,17 @@ public function afterSetup()
'is_deleted' => 0,
]
]);
$this->createAdminStorageImageFixture();
$this->createAdminStorageImageFixture([
1 => [
'id' => 1,
'file_id' => 1,
'filter_id' => 1,
'resolution_width' => 1234,
'resolution_height' => 1234,
]
]);

$this->createAdminStorageFilterFixture();
$this->createAdminGroupFixture([

]);
Expand Down

0 comments on commit e8aec64

Please sign in to comment.