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