Describe the bug
When running the Wheels core test suite on Adobe ColdFusion, the tests fail with the following error:
Parameter validation error for the MID function.
The function takes 3 parameters.
The error occurs in:
/vendor/wheels/tests/specs/security/McpCommandInjectionSpec.cfc: line 117
This indicates that Mid() is being called with an unsupported number of arguments. Adobe ColdFusion requires exactly three parameters: Mid(string, start, count).
To Reproduce
Steps to reproduce the behavior:
- Run the Wheels core test suite on Adobe ColdFusion.
- Observe the test failure.
- Review the stack trace pointing to:
/vendor/wheels/tests/specs/security/McpCommandInjectionSpec.cfc: line 117
Expected behavior
The core tests should run successfully on Adobe ColdFusion without function argument validation errors.
Screenshots

Desktop:
- OS: Any
- CFML Engine: Adobe Coldfusion
Describe the bug
When running the Wheels core test suite on Adobe ColdFusion, the tests fail with the following error:
The error occurs in:
/vendor/wheels/tests/specs/security/McpCommandInjectionSpec.cfc: line 117This indicates that Mid() is being called with an unsupported number of arguments. Adobe ColdFusion requires exactly three parameters:
Mid(string, start, count).To Reproduce
Steps to reproduce the behavior:
/vendor/wheels/tests/specs/security/McpCommandInjectionSpec.cfc: line 117Expected behavior
The core tests should run successfully on Adobe ColdFusion without function argument validation errors.
Screenshots

Desktop: