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 = [];