API Remove deprecated ManifestFileFinder::RESOURCES_DIR const

This commit is contained in:
Guy Sartorelli 2022-08-04 11:36:27 +12:00
parent 9b1052f955
commit 37dc0daacc

View File

@ -25,11 +25,6 @@ class ManifestFileFinder extends FileFinder
const TESTS_DIR = 'tests';
const VENDOR_DIR = 'vendor';
/**
* @deprecated 4.4.0:5.0.0 Use global `RESOURCES_DIR` instead.
*/
const RESOURCES_DIR = RESOURCES_DIR;
protected static $default_options = [
'include_themes' => false,
'ignore_tests' => true,