Files
awd/vendor/symfony/maker-bundle/config/help/MakeTest.txt
2025-09-30 09:35:59 +01:00

8 lines
308 B
Plaintext

The <info>%command.name%</info> command generates a new test class.
<info>php %command.full_name% TestCase BlogPostTest</info>
If the first argument is missing, the command will ask for the test type interactively.
If the second argument is missing, the command will ask for the class name interactively.