summaryrefslogtreecommitdiffstats
path: root/test.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-02-20 11:50:10 +0100
committerRemi Collet <fedora@famillecollet.com>2014-02-20 11:50:10 +0100
commit5e0447376c58ee614e4ee3e133dd69e911bd7ed6 (patch)
treebda035377ac6ea9348e910b9d915f50e67f23540 /test.php
parent2ea9ed14d05d8454cecfb913231fbec832a5fd93 (diff)
php-horde-Horde-Autoloader: add test for autoloader and Sabre
Diffstat (limited to 'test.php')
-rw-r--r--test.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/test.php b/test.php
new file mode 100644
index 0000000..95313ec
--- /dev/null
+++ b/test.php
@@ -0,0 +1,9 @@
+<?php
+require "Horde/Autoloader/Default.php";
+
+echo "Sabre_CalDAV: " . Sabre\CalDAV\Version::VERSION . "\n";
+echo "Sabre_CardDAV: " . Sabre\CardDAV\Version::VERSION . "\n";
+echo "Sabre_DAV: " . Sabre\DAV\Version::VERSION . "\n";
+echo "Sabre_DAVACL: " . Sabre\DAVACL\Version::VERSION . "\n";
+echo "Sabre_HTTP: " . Sabre\HTTP\Version::VERSION . "\n";
+echo "Sabre_VObject: " . Sabre\VObject\Version::VERSION . "\n";