Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/phpunit/phpunit/tests/Regression/GitHub/322/phpunit322.xml')
-rw-r--r--vendor/phpunit/phpunit/tests/Regression/GitHub/322/phpunit322.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/phpunit/phpunit/tests/Regression/GitHub/322/phpunit322.xml b/vendor/phpunit/phpunit/tests/Regression/GitHub/322/phpunit322.xml
new file mode 100644
index 0000000..e3b2948
--- /dev/null
+++ b/vendor/phpunit/phpunit/tests/Regression/GitHub/322/phpunit322.xml
@@ -0,0 +1,11 @@
+<phpunit>
+ <testsuite name="My Test Suite">
+ <file>Test.php</file>
+ </testsuite>
+
+ <groups>
+ <exclude>
+ <group>one</group>
+ </exclude>
+ </groups>
+</phpunit>