Skip to content

Commit

Permalink
Update XSD url because the old one does not work anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Nov 20, 2018
1 parent ebae8b8 commit e4cbcba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -301,7 +301,7 @@ public function test_it_validates_xml_by_xsd(string $xsdSchema): void

public function schemaProvider(): \Generator
{
yield 'Remote XSD' => ['https://schema.phpunit.de/6.1/phpunit.xsd'];
yield 'Remote XSD' => ['https://raw.githubusercontent.com/sebastianbergmann/phpunit/7.4/phpunit.xsd'];

yield 'Local XSD' => ['./vendor/phpunit/phpunit/phpunit.xsd'];
}
Expand Down

0 comments on commit e4cbcba

Please sign in to comment.