diff options
Diffstat (limited to 'tests/parser')
-rw-r--r-- | tests/parser/TestFileReader.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/parser/TestFileReader.php b/tests/parser/TestFileReader.php index 6110c4ff5385..81a1aba3be9f 100644 --- a/tests/parser/TestFileReader.php +++ b/tests/parser/TestFileReader.php @@ -84,6 +84,7 @@ class TestFileReader { $nonTidySection = $this->checkSection( [ 'html/php+untidy', 'html+untidy' ], false ); if ( $this->format < 2 ) { + wfDeprecated( "parserTest v1: $this->file", '1.35' ); if ( $nonTidySection === false ) { // untidy by default $nonTidySection = $output; |