Nasıl phpunit komut olursa olsun ben buyum dizin Windows komut satırında çalıştırabilirim?

1 Cevap php

PHPUnit örnekleridir Ben basit bir komut satırı aracı çalıştırmak gördüm:

phpunit TestClass

Ben xampp php dir başka bir dizinde aynı çalıştığınızda ama, ben bir elde sonunda "bilinmeyen komutunu ..."

Windows komut satırında herhangi bir dizinden phpunit komutu çalıştırmak için bir yolu var mı?

1 Cevap

Sistem PATH phpunit ekle

Setting Path on Windows Start -> Control Panel -> System -> Advanced Click on Environment Variables, under System Variables, find PATH, and click on it. In the Edit windows, modify PATH by adding the location of the class to the value for PATH. If you do not have the item PATH, you may select to add a new variable and add PATH as the name and the location of the class as the value. Close the window. Reopen Command prompt window, and run phpunit TestClass