diff --git a/scripts/broken.php b/scripts/broken.php index 8908786487..6d664441c4 100644 --- a/scripts/broken.php +++ b/scripts/broken.php @@ -177,7 +177,8 @@ function testDir( string $dir ) continue; } - if ( str_ends_with( $fullpath , ".xml" ) ) + if (!basename( $fullpath ) === "entities." + && str_ends_with( $fullpath , ".xml" ) ) testFile( $fullpath , $fragment ); }