Ben bir dizinle yapıya sahip ve iş mantığının tüm sınıfları app_dir / lib / dizinine yerleştirilir. Ben bu lib / klasördeki tüm sınıflar için birim testleri oluşturmak istiyorum.
Sorun kaynak dizini, sadece kaynak dosyayı belirtmek için herhangi bir seçenek bulamadık olmasıdır:
app_dir dan:
$ phpunit --skeleton-class lib/
Error: "lib/.php" could not be opened.
Is it the only solution to write my own php script, which iterates through the /lib folder and calls the skeleton generator for every file found? And how can I specify the output folder, where all the generated test files are placed?