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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-07-01 13:12:55 +0300
committerJoas Schilling <coding@schilljs.com>2016-07-01 13:31:05 +0300
commit288ea5e9e44b42560bdd11c44a78510e1956c776 (patch)
tree5cb708461930a8f29f98b649802e1dd47d82655d /tests/Unit
parented428b9894a8b64c55ccf80714227cf300e0b388 (diff)
Adjust the repository URLs
Diffstat (limited to 'tests/Unit')
-rw-r--r--tests/Unit/phpunit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/phpunit.xml b/tests/Unit/phpunit.xml
index b531a90..0162a61 100644
--- a/tests/Unit/phpunit.xml
+++ b/tests/Unit/phpunit.xml
@@ -6,7 +6,7 @@
timeoutForMediumTests="900"
timeoutForLargeTests="900"
>
- <testsuite name='ownCloud - Notifications App Tests'>
+ <testsuite name='Notifications App Tests'>
<directory suffix='Test.php'>.</directory>
</testsuite>
<!-- filters for code coverage -->