From cef1a086a03540ee0d5c7c956d2c7c65a49a7523 Mon Sep 17 00:00:00 2001 From: gustavodocarmokamitani Date: Thu, 1 Jun 2017 23:30:44 -0300 Subject: [PATCH] Update Test.php --- 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); } }