From e8aec644cf5cffecd7c5757e1c059ee17bd2cee8 Mon Sep 17 00:00:00 2001 From: Basil Suter Date: Thu, 24 Sep 2020 12:58:54 +0000 Subject: [PATCH] add image test --- tests/admin/proxy/ClientTransferTest.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tests/admin/proxy/ClientTransferTest.php b/tests/admin/proxy/ClientTransferTest.php index 4e2633c959..ba7d48e341 100644 --- a/tests/admin/proxy/ClientTransferTest.php +++ b/tests/admin/proxy/ClientTransferTest.php @@ -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([ ]);