Skip to content

Commit

Permalink
Remove useless test constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Jul 1, 2019
1 parent b55f8ff commit 4bca753
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tests/ItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bca753

Please sign in to comment.