File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/end-to-end/migration Expand file tree Collapse file tree 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
843843 $ result = (new SchemaDetector )->detect ($ filename );
844844
845845 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 ;
847847
848848 exit (TestRunner::EXCEPTION_EXIT );
849849 }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ PHPUnit\TextUI\Command::main();
1414--EXPECTF --
1515PHPUnit %s by Sebastian Bergmann and contributors.
1616
17- %sphpunit.xml does not validate against any know schema.
17+ %sphpunit.xml does not validate against any known schema.
1818--CLEAN --
1919<?php declare (strict_types=1 );
2020unlink (sys_get_temp_dir () . '/phpunit.xml ' );
You can’t perform that action at this time.
0 commit comments