X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=.phpcs.xml;h=8f3bd8c527da556d57481b589268feddb773e60c;hb=5326140b308dcdd0b8b8ea4dc43af2d33e8ae3e3;hp=a9c658a6b8db5ac3542d244a7eb4596456e7dbfc;hpb=63772e162d60009bdbd4991a34e4cfb4c774cb00;p=lhc%2Fweb%2Fwiklou.git diff --git a/.phpcs.xml b/.phpcs.xml index a9c658a6b8..8f3bd8c527 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -60,6 +60,7 @@ maintenance/doMaintenance\.php maintenance/mergeMessageFileList\.php maintenance/commandLine\.inc + tests/phpunit/MediaWikiIntegrationTestCase\.php */languages/messages/Messages*\.php @@ -110,7 +111,6 @@ */includes/specials/SpecialWantedpages\.php */includes/specials/SpecialWantedtemplates\.php */includes/specials/SpecialWithoutinterwiki\.php - */maintenance/7zip.inc */maintenance/CodeCleanerGlobalsPass.inc */maintenance/archives/upgradeLogging\.php */maintenance/benchmarks/bench_HTTP_HTTPS\.php @@ -122,7 +122,6 @@ */maintenance/cleanupTable.inc */maintenance/cleanupTitles\.php */maintenance/commandLine.inc - */maintenance/dumpTextPass\.php */maintenance/edit\.php */maintenance/findDeprecated\.php */maintenance/getText\.php @@ -182,6 +181,7 @@ */tests/phpunit/includes/GlobalFunctions/*\.php */tests/phpunit/maintenance/*\.php + */tests/phpunit/integration/includes/GlobalFunctions/*\.php @@ -227,7 +227,7 @@ --> */includes/GlobalFunctions\.php */includes/libs/filebackend/FSFileBackend\.php - */maintenance/7zip\.inc + */maintenance/includes/SevenZipStream\.php */maintenance/populateImageSha1\.php @@ -238,7 +238,7 @@ includes/export/DumpPipeOutput\.php includes/resourceloader/ResourceLoaderImage\.php includes/shell/Command\.php - maintenance/dumpTextPass\.php + maintenance/includes/TextPassDumper\.php maintenance/mysql\.php maintenance/storage/recompressTracked\.php tests/parser/editTests\.php @@ -258,6 +258,9 @@ --> */maintenance/mwdocgen\.php + + tests/phpunit/structure/* + .