File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/TextUI/Configuration/Xml/Migration
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 @@ -31,7 +31,7 @@ public function migrate(string $filename): string
31
31
$ origin = (new SchemaDetector )->detect ($ filename );
32
32
33
33
if (!$ origin ->detected ()) {
34
- throw new Exception ('The file does not validate against any know schema ' );
34
+ throw new Exception ('The file does not validate against any known schema ' );
35
35
}
36
36
37
37
if ($ origin ->version () === Version::series ()) {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require_once __DIR__ . '/../../bootstrap.php';
15
15
PHPUnit %s by Sebastian Bergmann and contributors.
16
16
17
17
Migration of %s failed:
18
- The file does not validate against any know schema
18
+ The file does not validate against any known schema
19
19
--CLEAN --
20
20
<?php declare (strict_types=1 );
21
21
unlink (sys_get_temp_dir () . '/phpunit.xml ' );
You can’t perform that action at this time.
0 commit comments