From bad6dcbe4db4fd02cd7c4b66ee3a607c09b6535a Mon Sep 17 00:00:00 2001 From: DrSayus Date: Thu, 6 Apr 2017 11:21:50 +0100 Subject: [PATCH 1/5] DrSayus --- NewUser.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NewUser.txt b/NewUser.txt index e69de29bb..fc2b8d884 100644 --- a/NewUser.txt +++ b/NewUser.txt @@ -0,0 +1,3 @@ +$ git add -A +$ git commit -m 'Testing Travis CI' +$ git push From 6ab4d68c8f5183d9cb81d3da559ce9b5d5e8de10 Mon Sep 17 00:00:00 2001 From: DrSayus Date: Thu, 6 Apr 2017 11:27:25 +0100 Subject: [PATCH 2/5] Update NewUser.txt --- NewUser.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewUser.txt b/NewUser.txt index fc2b8d884..dcc596999 100644 --- a/NewUser.txt +++ b/NewUser.txt @@ -1,3 +1,3 @@ $ git add -A -$ git commit -m 'Testing Travis CI' +$ git commit -m 'Testing Travis CI: fixing the build' $ git push From c468e0a738243c9edebde055b50a80d20840cd1d Mon Sep 17 00:00:00 2001 From: DrSayus Date: Thu, 6 Apr 2017 11:31:44 +0100 Subject: [PATCH 3/5] Update Test.php --- Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.php b/Test.php index 4b44aa0f9..9aa73d8b5 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(2=1+1); } } From f717f70f4ad869eefb081315d92587b8608f0c0d Mon Sep 17 00:00:00 2001 From: DrSayus Date: Thu, 6 Apr 2017 11:43:19 +0100 Subject: [PATCH 4/5] Update Test.php --- Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.php b/Test.php index 9aa73d8b5..d61bb5907 100644 --- a/Test.php +++ b/Test.php @@ -3,7 +3,7 @@ class Test extends PHPUnit_Framework_TestCase { public function testOnePlusOne() { - $this->assertEquals(2=1+1); + $this->assertEquals(2=1+1,1); } } From 8a602b8874e1c6cc1007615dedc1d267badb7578 Mon Sep 17 00:00:00 2001 From: DrSayus Date: Thu, 6 Apr 2017 12:08:55 +0100 Subject: [PATCH 5/5] Update Test.php --- Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.php b/Test.php index d61bb5907..39f6cff73 100644 --- a/Test.php +++ b/Test.php @@ -3,7 +3,7 @@ class Test extends PHPUnit_Framework_TestCase { public function testOnePlusOne() { - $this->assertEquals(2=1+1,1); + $this->assertEquals(1+1,2); } }