Ben adında tek bir test yöntemini çalıştırmak için mücadele ediyorum testSaveAndDrop
dosyada escalation/EscalationGroupTest.php
ile phpunit
. Aşağıdaki kombinasyonları denedim:
phpunit EscalationGroupTest escalation/EscalationGroupTest.php --filter=escalation/EscalationGroupTest.php::testSaveAndDrop
phpunit EscalationGroupTest escalation/EscalationGroupTest.php --filter=EscalationGroupTest.php::testSaveAndDrop
phpunit EscalationGroupTest escalation/EscalationGroupTest.php --filter=EscalationGroupTest::testSaveAndDrop
phpunit EscalationGroupTest escalation/EscalationGroupTest.php --filter=testSaveAndDrop
Her durumda , dosyadaki tüm test escalation/EscalationGroupTest.php
yöntemleri yürütülür. Bunun yerine sadece bir yöntem nasıl seçilir?
Sınıfın adı EscalationGroupTest
ve sürümü phpunit
3.2.8'dir.