php-unit-test-generator Generate unit test file from cli when provided a class to test Create a Test File php application.php generate-test 'path/to/file-for-testing' This will create a test file that creates a testMethod for each method in your class.