Is it possible to tell phpunit where to put generated test skeleton file by the –skeleton-test command? Even is it possible to tell phpunit to repeat directory structure?
Lest say i have file for testing in lib/model/SomeClass.php and i want phpstorm to generate unit test class and put it in test/lib/model/SomeClassTest.php without creation of all neccessary directory structure.
Thanks in advance!
Example reproduced for convenience
Calling the code below should do the trick
The arguments (only the first one being mandatory) are
as described in the constructor of
PHPUnit_Util_Skeleton_Class