[Pkg-owncloud-commits] [php-sabredav] 20/30: tests for sabre/uri, sabre/xml

David Prévot taffit at moszumanska.debian.org
Tue Jan 26 16:19:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit 294b6e133f3b4cf644b9637a734b53f82d46d7f7
Author: Evert Pot <me at evertpot.com>
Date:   Tue Jan 12 17:41:05 2016 -0500

    tests for sabre/uri, sabre/xml
---
 CHANGELOG.md        |  3 +++
 tests/bootstrap.php |  1 +
 tests/phpunit.xml   | 13 ++++++++++---
 3 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 260551f..d6c605d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,9 @@ ChangeLog
 ------------------
 
 * #752: PHP 7 support for 3.0 branch. (@DeepDiver1975)
+* The zip release ships with [sabre/vobject 3.5.0][vobj],
+  [sabre/http 4.2.1][http], [sabre/event 2.0.2][evnt],
+  [sabre/uri 1.0.1][uri] and [sabre/xml 1.3.0][xml].
 
 
 3.0.6 (2016-01-04)
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index fdbfb99..fcb49d3 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -8,6 +8,7 @@ $autoLoader = include __DIR__ . '/../vendor/autoload.php';
 $autoLoader->add('Sabre\\', __DIR__);
 // VObject tests auto loading
 $autoLoader->addPsr4('Sabre\\VObject\\',__DIR__ . '/../vendor/sabre/vobject/tests/VObject');
+$autoLoader->addPsr4('Sabre\\Xml\\',__DIR__ . '/../vendor/sabre/xml/tests/Sabre/Xml');
 
 date_default_timezone_set('UTC');
 
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index e16ec38..db475f1 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -6,15 +6,22 @@
   convertWarningsToExceptions="true"
   strict="true"
   >
-  <testsuite name="sabre-vobject">
-      <directory>../vendor/sabre/vobject/tests/VObject</directory>
-  </testsuite>
   <testsuite name="sabre-event">
       <directory>../vendor/sabre/event/tests/</directory>
   </testsuite>
+  <testsuite name="sabre-uri">
+      <directory>../vendor/sabre/uri/tests/</directory>
+  </testsuite>
+  <testsuite name="sabre-xml">
+    <directory>../vendor/sabre/xml/tests/Sabre/Xml/</directory>
+  </testsuite>
   <testsuite name="sabre-http">
       <directory>../vendor/sabre/http/tests/HTTP</directory>
   </testsuite>
+  <testsuite name="sabre-vobject">
+      <directory>../vendor/sabre/vobject/tests/VObject</directory>
+  </testsuite>
+
   <testsuite name="sabre-dav">
       <directory>Sabre/DAV</directory>
   </testsuite>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list