Skip to content

Commit

Permalink
fix path for the xml schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ncou committed Sep 29, 2018
1 parent 87a99ef commit 19b3991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/IanaCheckExceptionMessageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit 19b3991

Please sign in to comment.