From 19b3991f38fc28629f3da05ff37732e030dce4be Mon Sep 17 00:00:00 2001 From: ncou Date: Sat, 29 Sep 2018 12:49:58 +0200 Subject: [PATCH] fix path for the xml schema --- tests/IanaCheckExceptionMessageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/IanaCheckExceptionMessageTest.php b/tests/IanaCheckExceptionMessageTest.php index 9e8ab28..e186196 100644 --- a/tests/IanaCheckExceptionMessageTest.php +++ b/tests/IanaCheckExceptionMessageTest.php @@ -72,7 +72,7 @@ public function ianaCodesReasonPhrasesProvider(): array ], ])); $ianaHttpStatusCodes->load(self::URL_IANA); - if (! $ianaHttpStatusCodes->relaxNGValidate(__DIR__ . './schema/http-status-codes.rng')) { + if (! $ianaHttpStatusCodes->relaxNGValidate(__DIR__ . '/schema/http-status-codes.rng')) { self::fail('Invalid IANA\'s HTTP status code list.'); } $ianaCodesReasonPhrases = [];