Skip to content

Commit

Permalink
Removed @Covers for constructor that is inherited
Browse files Browse the repository at this point in the history
  • Loading branch information
tysonphillips committed Jul 19, 2018
1 parent 43d7b1e commit d10540d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/FormTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
*/
class FormTest extends PHPUnit_Framework_TestCase
{
/**
* @covers ::__construct
*/
public function testConstruct()
{
$this->assertInstanceOf('\Minphp\Form\Form', new Form());
Expand Down

0 comments on commit d10540d

Please sign in to comment.