hejdav
hejdav

Reputation: 1367

Location / path of phpunit.xml

Where the phpunit.xml configuration file of PHPUNIT test framework is located on linux server, please?

I can't google this information anywhere..

Upvotes: 5

Views: 4251

Answers (1)

mnagel
mnagel

Reputation: 6854

let's assume you use ubuntu, but this should not change much:

you can put it anywhere you want and use the following switch to use 'your' config:

  --configuration <file>
              Read configuration from XML file.

see: http://manpages.ubuntu.com/manpages/raring/en/man1/phpunit.1.html

Upvotes: 2

Related Questions