[Pkg-owncloud-commits] [php-sabredav] 03/04: Refresh patch
David Prévot
taffit at moszumanska.debian.org
Fri Dec 12 01:21:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 047de50bf83a8989b88bf11d2d9378ababdcec5e
Author: David Prévot <taffit at debian.org>
Date: Thu Dec 11 11:29:06 2014 -0400
Refresh patch
Git-Dch: Ignore
---
.../0001-Use-ClassLoader-from-Symfony-instead-of-autoload.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/0001-Use-ClassLoader-from-Symfony-instead-of-autoload.patch b/debian/patches/0001-Use-ClassLoader-from-Symfony-instead-of-autoload.patch
index dbfb053..a363a56 100644
--- a/debian/patches/0001-Use-ClassLoader-from-Symfony-instead-of-autoload.patch
+++ b/debian/patches/0001-Use-ClassLoader-from-Symfony-instead-of-autoload.patch
@@ -13,7 +13,7 @@ Forwarded: not-needed
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
-index e74f387..14a2f90 100644
+index e254236..14a2f90 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -2,13 +2,15 @@
@@ -24,7 +24,7 @@ index e74f387..14a2f90 100644
-
-// SabreDAV tests auto loading
-$autoLoader->add('Sabre\\', __DIR__);
--// VObject tests auto loadiong
+-// VObject tests auto loading
-$autoLoader->addPsr4('Sabre\\VObject\\',__DIR__ . '/../vendor/sabre/vobject/tests/VObject');
-
+require_once 'Symfony/Component/ClassLoader/ClassLoader.php';
--
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