Skip to content

Commit

Permalink
Fix code style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnvdwerf committed Jan 5, 2016
1 parent daa9543 commit 320a361
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/EnvironmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public function testAddGetExtensions()
$this->assertCount(2, $extensions);
$this->assertEquals($firstExtension, $extensions[0]);
$this->assertEquals($secondExtension, $extensions[1]);

}

public function testConstructor()
Expand Down

0 comments on commit 320a361

Please sign in to comment.