You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't tried your plugin yet. (I promise I will install it shortly). Just curious about this one.
Let's say I have a class file /protected/components/mydir1/mydir2/MyClass.php. When I click the Create PHPUnit test file, will it create flatly in the/protected/tests/units/MyClassTest.phpor according to the directory/protected/tests/units/components/mydir1/mydir2/MyClassTest.php`
Can I automatically use the action "file > right click > Test" (or Ctrl + F6 on the file)? Because that one will use the PHPUnit configuration from Netbeans (e.g. the bootstrap file and the XML configuration file).
If you use the Create PHPUnit Test of NetBeans, you can ignore this feature.
NetBeans has already feature for creating PHPUnitTest.
But I saw yii document[1], and I thought that I'll add this feature.
1.Directories are not added. i.e. /protected/tests/units/MyClassTest.php
if you would like to keep directory tree and would like to use skelgen, you should use feature of NB PHP.
Create empty test file to protected/tests/unit .
The text was updated successfully, but these errors were encountered: