Skip to content

Commit

Permalink
do it right
Browse files Browse the repository at this point in the history
  • Loading branch information
sxpd7788 committed Dec 1, 2016
1 parent b95d8d5 commit 949ce5e
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(1+1,1);
$this->assertEquals(1+1,2);
}
}

Expand Down

0 comments on commit 949ce5e

Please sign in to comment.