Ben adında tek bir test yöntemini çalıştırmak için mücadele ediyorum testSaveAndDropdosyada escalation/EscalationGroupTest.phpile 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.phpyöntemleri yürütülür. Bunun yerine sadece bir yöntem nasıl seçilir?
Sınıfın adı EscalationGroupTestve sürümü phpunit3.2.8'dir.
