|
Output test class name
|
This In this text box, type the name to assign to the test class that will be generated. By default, IntelliJ IDEA suggests the following name:
<class for which the test is generated>Test.
|
|
Output file name
|
In this text box, type the name of the file that will contain the generated class. By default, IntelliJ IDEA suggests the following name: <output test class name>.php.
|
|
Output Directory
|
In this text box, specify the path to the directory, where the generated unit test class will be stored. By default, IntelliJ IDEA suggests the current directory.
Accept the suggestion or specify another location. Type the path manually or click the Browse button and select the desired folder
in the Choose Test Directory dialog box that opens.
|