Skip to content

Commit

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

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

}

0 comments on commit e37a4b2

Please sign in to comment.