From a7242a2eaa6bdd506ac60a6766f381070e0fe439 Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Wed, 1 Apr 2020 11:16:53 -0400 Subject: Deprecate parserTests format v1 Parser tests should be tidy by default; we will shortly stop running untidy tests. Bug: T174199 Depends-On: I7c8a08c4e6eff7caf4539a26fae475a4133f9a0c Depends-On: I9c8acb05fdf2c79f618f0f317d511df77f26ec3b Depends-On: Ibb23da480ac25cdee2ab24492e6eaebb51851bf9 Depends-On: Ifb13838c32748b1d52612da0cdb0e0a44c6e0689 Depends-On: I663c3919e08688354d68ced6945f6eb40265d2ac Depends-On: I5f6b82d24754e438a4df9e2b1f6b4c9d6eca1be9 Depends-On: I746ee2b985537dc6bbb8a114e21cd11a683e0f74 Change-Id: Id78d04a56f83d8c554cb0a8e395fcaf75a7a9a06 --- tests/parser/TestFileReader.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/parser') 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; -- cgit v1.2.3