From 15ea8bb1d8385e0fd55f618b1c569f88d22a0e98 Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Mon, 1 Jul 2019 11:49:59 +0200 Subject: [PATCH] Remove useless test constructor --- tests/ItemTest.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/tests/ItemTest.php b/tests/ItemTest.php index 6532c84..59c9f16 100644 --- a/tests/ItemTest.php +++ b/tests/ItemTest.php @@ -14,17 +14,7 @@ class ItemTest extends AbstractTest { - protected $attributes; - - /** - * ItemTest constructor. - */ - public function __construct() - { - $this->attributes = ['testKey' => 'testValue']; - - parent::__construct(); - } + protected $attributes = ['testKey' => 'testValue']; /** * @test