From 690dfc002d26749fe98595fcb2aa41c3f60c9b6c Mon Sep 17 00:00:00 2001 From: Gustavo Roque Date: Wed, 21 Jun 2017 21:32:25 -0300 Subject: [PATCH 1/3] Update NewUser.txt --- NewUser.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/NewUser.txt b/NewUser.txt index e69de29bb..69baa7874 100644 --- a/NewUser.txt +++ b/NewUser.txt @@ -0,0 +1 @@ +Gustavo Roque From b3305049384c270d2f372874b2979015926d3274 Mon Sep 17 00:00:00 2001 From: Gustavo Roque Date: Wed, 21 Jun 2017 21:34:24 -0300 Subject: [PATCH 2/3] 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); } } From 91fac51c9fa20136b6df93b18dc936a67d456e3a Mon Sep 17 00:00:00 2001 From: Gustavo Roque Date: Wed, 21 Jun 2017 21:42:19 -0300 Subject: [PATCH 3/3] Update .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8b3e1cc83..0b6bde02e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,4 @@ language: php php: - 5.5 - 5.4 - - hhvm script: phpunit Test.php