Problem/Motivation
core/scripts/test/test.script was added several years ago to test drupal_get_filename(). The test was then removed in #2188661: Extension System, Part II: ExtensionDiscovery but the test file still exists.
Steps to reproduce
Proposed resolution
Remove test.script.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3250263.patch | 384 bytes | longwave |
Comments
Comment #2
longwaveComment #3
quietone commentedAFAICT, BootstrapGetFilenameTestCase::testDrupalGetFilename() was removed in #1598556: Convert bootstrap.test to PSR-0 in Jun 2012.
Comment #5
catchCommitted d90527b and pushed to 9.4.x. Thanks!