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.
Şimdiden teşekkürler!