Advertisement
Guest User

PHP Unit Configuration File

a guest
Mar 27th, 2015
1,473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.19 KB | None | 0 0
  1. <?xml version = "1.0" encoding="UTF-8" ?>
  2. <phpunit>
  3.     <testsuites>
  4.         <testsuite name="Tests">
  5.             <directory>tests</directory>
  6.         </testsuite>
  7.     </testsuites>
  8. </phpunit>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement