From 2d4cb5ed1c0fba33be5dcfc837a4af41e3d948c4 Mon Sep 17 00:00:00 2001 From: Daniel Starzmann Date: Wed, 12 Apr 2023 16:18:05 +0200 Subject: Improve sql query performance by removing unused payload Signed-off-by: Daniel Starzmann --- tests/Unit/Db/ItemMapperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Unit/Db/ItemMapperTest.php b/tests/Unit/Db/ItemMapperTest.php index 80421bc0a..397f3be2c 100644 --- a/tests/Unit/Db/ItemMapperTest.php +++ b/tests/Unit/Db/ItemMapperTest.php @@ -419,7 +419,7 @@ class ItemMapperTest extends MapperTestUtility $this->builder->expects($this->once()) ->method('select') - ->with('items.*') + ->with('items.id') ->will($this->returnSelf()); $this->builder->expects($this->once()) -- cgit v1.2.3