PHP Creating PHPUNIT.XML file
I have the PHP unit and its working fine.Now i want to write the testcases through PHPStorm IDE.To build/run the testcases using PHPStorm it requires config file(phpunit.xml)
so can anyone tell what are the contents of P开发者_C百科HPunit.xml. It would be great if you can provide me a sample PHPUnit.xml file and let me know where it should be placed.(if any particular folder structure)
Documentation: http://phpunit.de/manual/current/en/phpunit-book.html#organizing-tests.xml-configuration
Explanation in JetBrains blog: http://blogs.jetbrains.com/webide/2009/12/phpunit-support/
And you can get help from community: http://devnet.jetbrains.net/message/5275424#5275424
精彩评论