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

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2020-12-26 15:09:41 +0300
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-12-30 13:21:44 +0300
commit05377d023ef4d43818a4b42039c8143cb0f907e4 (patch)
treec01fc681c42671dad774de7dc7c46524eb9ae015 /phpunit.xml
parent27bd54058050a70bd1c9ec8cfcdf42d38541f1b0 (diff)
Remove PHPunit integration tests
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 08a34a72f..c5c549579 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -11,6 +11,7 @@
<file>./lib/AppInfo/Application.php</file>
<file>./lib/Controller/JSONHttpErrorTrait.php</file>
<file>./lib/**Exception.php</file>
+ <file>./lib/Migration/**.php</file>
</exclude>
</whitelist>
</filter>