From 8dff8fa526c49850f513751a77e47c6672dff42d Mon Sep 17 00:00:00 2001 From: drsoper Date: Mon, 12 Jun 2017 13:17:47 -0700 Subject: [PATCH 1/2] new user --- NewUser.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/NewUser.txt b/NewUser.txt index e69de29bb..70706f708 100644 --- a/NewUser.txt +++ b/NewUser.txt @@ -0,0 +1 @@ +Daniel Soper From 5f749e8fb2e106bdf4b1324d154ecba7ce30569b Mon Sep 17 00:00:00 2001 From: drsoper Date: Mon, 12 Jun 2017 13:22:01 -0700 Subject: [PATCH 2/2] update 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); } }