Yaffs site version 1.1
[yaffs-website] / vendor / phpunit / phpunit / tests / Regression / GitHub / 322 / phpunit322.xml
1 <phpunit>
2   <testsuite name="My Test Suite">
3     <file>Test.php</file>
4   </testsuite>
5
6   <groups>
7     <exclude>
8       <group>one</group>
9     </exclude>
10   </groups>
11 </phpunit>