testbox create unit

Parameters:
Name Type Required Default Hint
name string true Name of the xUnit bundle to create without the .cfc. For packages, specify name as 'myPackage/MyTest'
open boolean false false Open the file once it is created
directory string false The base directory to create your CFC in and creates the directory if it does not exist.

Command Usage

Create a new xUnit test in an existing application. By default, your new test will be created in the current working
directory but you can override that with the directory param.

testbox create unit myTest