Skip to content

Commit

Permalink
Fail this!
Browse files Browse the repository at this point in the history
  • Loading branch information
plaindocs committed Jan 29, 2015
1 parent abbc700 commit 7c0f127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Test extends PHPUnit_Framework_TestCase
{
public function testOnePlusOne() {
$this->assertEquals(2,1+1);
$this->assertEquals(1+1,1);
}
}

Expand Down

0 comments on commit 7c0f127

Please sign in to comment.