Skip to content

Commit 7c0f127

Browse files
committed
Fail this!
1 parent abbc700 commit 7c0f127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class Test extends PHPUnit_Framework_TestCase
44
{
55
public function testOnePlusOne() {
6-
$this->assertEquals(2,1+1);
6+
$this->assertEquals(1+1,1);
77
}
88
}
99

0 commit comments

Comments
 (0)