Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 165cbd9

Browse files
committedJan 29, 2015
Revert "Unfail!"
Because we want it to fail. This reverts commit b14ba25.
1 parent b14ba25 commit 165cbd9

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(1+1,2);
6+
$this->assertEquals(1+1,1);
77
}
88
}
99

0 commit comments

Comments
 (0)
Failed to load comments.