From 0717c352887567567b33bfd112bfd0fabc8a7ee2 Mon Sep 17 00:00:00 2001 From: shirletan Date: Tue, 21 Mar 2017 15:56:36 -0700 Subject: [PATCH 1/3] update my name testing --- NewUser.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/NewUser.txt b/NewUser.txt index e69de29bb..10dcfc207 100644 --- a/NewUser.txt +++ b/NewUser.txt @@ -0,0 +1 @@ +Shirley Tan From 759ca786b13fb4a338b47fa008fc3b2a9d06ac6f Mon Sep 17 00:00:00 2001 From: shirletan Date: Tue, 21 Mar 2017 16:16:06 -0700 Subject: [PATCH 2/3] testing travis ci --- NewUser.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/NewUser.txt b/NewUser.txt index 10dcfc207..9f08c2493 100644 --- a/NewUser.txt +++ b/NewUser.txt @@ -1 +1,2 @@ Shirley Tan +Qi Tan From 39e70f7b9ba25e2086e89ab8e281b757982b4d29 Mon Sep 17 00:00:00 2001 From: shirletan Date: Tue, 21 Mar 2017 16:18:25 -0700 Subject: [PATCH 3/3] fix assertion test --- 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); } }