From ed2aa6d02aa840a50a88412849f551bcc776d162 Mon Sep 17 00:00:00 2001 From: thanoskazakos Date: Fri, 7 Apr 2017 13:09:20 -0700 Subject: [PATCH] Update Test.php 2=1-1 --- Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.php b/Test.php index 4b44aa0f9..39f6cff73 100644 --- a/Test.php +++ b/Test.php @@ -3,7 +3,7 @@ class Test extends PHPUnit_Framework_TestCase { public function testOnePlusOne() { - $this->assertEquals(1+1,1); + $this->assertEquals(1+1,2); } }