Skip to content

Latest commit

 

History

History
17 lines (5 loc) · 426 Bytes

test.md

File metadata and controls

17 lines (5 loc) · 426 Bytes

CLI Command - create test

Title: Create unit test class.

Usage: ./levis create test <FILENAME>

Description: Creates a new unit test class at the specified filename, relative to the /src/Api/ directory. The .php extension in filename is optional. For full information, please visit the Unit Tests section of the documentation.

Example: `./levis create test create-order