Describe the bug
When running the Wheels test suite on Adobe ColdFusion, the tests fail with the following error:
Parameter validation error for the DIRECTORYCREATE function.
The function takes 1 parameter.
The error occurs in:
/vendor/wheels/wheelstest/BrowserTest.cfc: line 265
This indicates that DirectoryCreate() is being called with additional arguments that are supported in Lucee but not in Adobe ColdFusion.
To Reproduce
Steps to reproduce the behavior:
- Run the Wheels test suite on Adobe ColdFusion.
- Execute tests that use
BrowserTest.cfc.
- Observe the
DirectoryCreate() parameter validation error.
Expected behavior
The test suite should run successfully on Adobe ColdFusion without function compatibility errors.
Screenshots

Desktop:
- OS: Any
- CFML Engine: Adobe Coldfusion
Describe the bug
When running the Wheels test suite on Adobe ColdFusion, the tests fail with the following error:
The error occurs in:
/vendor/wheels/wheelstest/BrowserTest.cfc: line 265This indicates that
DirectoryCreate()is being called with additional arguments that are supported in Lucee but not in Adobe ColdFusion.To Reproduce
Steps to reproduce the behavior:
BrowserTest.cfc.DirectoryCreate()parameter validation error.Expected behavior
The test suite should run successfully on Adobe ColdFusion without function compatibility errors.
Screenshots

Desktop: