From 7912e2658e21357ad7c613600f4e5bdc97332474 Mon Sep 17 00:00:00 2001 From: paladox Date: Thu, 16 Jan 2025 16:14:24 +0000 Subject: [PATCH] Update KnowledgeGraphApiLoadPropertiesTest.php --- tests/phpunit/Unit/api/KnowledgeGraphApiLoadPropertiesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/Unit/api/KnowledgeGraphApiLoadPropertiesTest.php b/tests/phpunit/Unit/api/KnowledgeGraphApiLoadPropertiesTest.php index 775dccd..4e68a6d 100644 --- a/tests/phpunit/Unit/api/KnowledgeGraphApiLoadPropertiesTest.php +++ b/tests/phpunit/Unit/api/KnowledgeGraphApiLoadPropertiesTest.php @@ -8,7 +8,7 @@ class KnowledgeGraphApiLoadPropertiesTest extends TestCase { * @covers KnowledgeGraphApiLoadProperties::getExamplesMessages */ public function testGetExamples() { - $instance = new KnowledgeGraphApiLoadProperties( new ApiMain(), null ); + $instance = new KnowledgeGraphApiLoadProperties( new ApiMain(), '' ); $messages = $instance->getExamplesMessages(); $this->assertCount( 1, $messages ); }