Skip to content

Commit

Permalink
Merge e37a4b2 into e578f25
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Dec 20, 2015
2 parents e578f25 + e37a4b2 commit c249ff5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Sniffs/Arrays/TrailingArrayCommaSniffTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ public function testCheckFile()
$this->assertNoSniffError($resultFile, 28);
}

public function testObvious()
{
$this->assertTrue(true);
}

}

0 comments on commit c249ff5

Please sign in to comment.