From 4925692301aaccef80cf997645655485d62b158b Mon Sep 17 00:00:00 2001 From: Konrad Abicht Date: Wed, 28 Feb 2024 13:03:00 +0100 Subject: [PATCH] Update test/TriGParserTest.php --- test/TriGParserTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/test/TriGParserTest.php b/test/TriGParserTest.php index 3b7d649..6d0e52b 100644 --- a/test/TriGParserTest.php +++ b/test/TriGParserTest.php @@ -278,6 +278,7 @@ public function testBlankNodes(): void "list item on line 1 can not be parsed without knowing the the document base IRI.\n". "Please set the document base IRI using the documentIRI parser configuration option.\n". "See https://github.com/pietercolpaert/hardf/#empty-document-base-IRI ."); + // but should manage if the parser has documentIRI set $this->shouldParse(function () { return new TriGParser(['documentIRI' => 'http://base/']); }, "(<>) <> (<>) <>.",