From 392f84faeded0bf3e921723c9571e2a3d3ef18a8 Mon Sep 17 00:00:00 2001 From: Github Actions Workflow Date: Wed, 14 Oct 2020 13:10:48 +0000 Subject: [PATCH] PHP code fixes --- src/tests/src/Unit/ExampleData.php | 7 ++++--- src/tests/src/Unit/Object/ResourceObjectTest.php | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/tests/src/Unit/ExampleData.php b/src/tests/src/Unit/ExampleData.php index 833339b..3dc8c09 100644 --- a/src/tests/src/Unit/ExampleData.php +++ b/src/tests/src/Unit/ExampleData.php @@ -1,8 +1,9 @@ id = 345; diff --git a/src/tests/src/Unit/Object/ResourceObjectTest.php b/src/tests/src/Unit/Object/ResourceObjectTest.php index e3803b6..9c5d2d0 100644 --- a/src/tests/src/Unit/Object/ResourceObjectTest.php +++ b/src/tests/src/Unit/Object/ResourceObjectTest.php @@ -147,7 +147,7 @@ public function testGetRepoID() $this->assertNotEmpty(self::$object->getRepoID()); } - public function testGetRepoUrl() + public function testGetRepoUrl() { //$this->assertEmpty(self::$emptyObject->getRepoUrl()); $this->assertNotEmpty(self::$object->getRepoUrl());