5
Làm thế nào để chạy một testsuite phpunit xml cụ thể?
làm cách nào để chọn một testsuite cụ thể để thực thi? $ phpunit --configuration config.xml config.xml: <testsuites> <testsuite name="Library"> <directory>library</directory> </testsuite> <testsuite name="XXX_Form"> <file>library/XXX/FormTest.php</file> <directory>library/XXX/Form</directory> </testsuite> </testsuites>