From de003ac9be6cf2a596e984599c0a677bd2d979ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Israel=20Ortu=C3=B1o?= Date: Wed, 6 Jun 2018 18:39:53 +0200 Subject: [PATCH] Remove space --- tests/Database/DatabaseEloquentRelationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Database/DatabaseEloquentRelationTest.php b/tests/Database/DatabaseEloquentRelationTest.php index 7bf340a87518..8ec2537a97f4 100755 --- a/tests/Database/DatabaseEloquentRelationTest.php +++ b/tests/Database/DatabaseEloquentRelationTest.php @@ -25,7 +25,7 @@ public function testSetRelationFail() $this->assertArrayNotHasKey('foo', $parent->toArray()); } - public function testUnsetExistingRelation() + public function testUnsetExistingRelation() { $parent = new EloquentRelationResetModelStub; $relation = new EloquentRelationResetModelStub;