File tree 2 files changed +2
-2
lines changed
tests/end-to-end/migration
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -843,7 +843,7 @@ private function migrateConfiguration(string $filename): void
843
843
$ result = (new SchemaDetector )->detect ($ filename );
844
844
845
845
if (!$ result ->detected ()) {
846
- print $ filename . ' does not validate against any know schema. ' . PHP_EOL ;
846
+ print $ filename . ' does not validate against any known schema. ' . PHP_EOL ;
847
847
848
848
exit (TestRunner::EXCEPTION_EXIT );
849
849
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ PHPUnit\TextUI\Command::main();
14
14
--EXPECTF --
15
15
PHPUnit %s by Sebastian Bergmann and contributors.
16
16
17
- %sphpunit.xml does not validate against any know schema.
17
+ %sphpunit.xml does not validate against any known schema.
18
18
--CLEAN --
19
19
<?php declare (strict_types=1 );
20
20
unlink (sys_get_temp_dir () . '/phpunit.xml ' );
You can’t perform that action at this time.
0 commit comments