Add autoloader.
authorJan Schneider <jan@horde.org>
Tue, 4 Jan 2011 17:44:26 +0000 (18:44 +0100)
committerJan Schneider <jan@horde.org>
Tue, 4 Jan 2011 17:44:26 +0000 (18:44 +0100)
framework/Support/test/Horde/Support/ArrayTest.php
framework/Support/test/Horde/Support/BacktraceTest.php
framework/Support/test/Horde/Support/CombineStreamTest.php
framework/Support/test/Horde/Support/GuidTest.php
framework/Support/test/Horde/Support/InflectorTest.php
framework/Support/test/Horde/Support/RandomidTest.php
framework/Support/test/Horde/Support/StackTest.php
framework/Support/test/Horde/Support/StringStreamTest.php
framework/Support/test/Horde/Support/StubTest.php
framework/Support/test/Horde/Support/TimerTest.php
framework/Support/test/Horde/Support/UuidTest.php

index e39e7a9..bf4dfa1 100644 (file)
@@ -8,6 +8,11 @@
  */
 
 /**
+ * Prepare the test setup.
+ */
+require_once dirname(__FILE__) . '/Autoload.php';
+
+/**
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
index 5353488..b3242f8 100644 (file)
@@ -7,6 +7,11 @@
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 
+/**
+ * Prepare the test setup.
+ */
+require_once dirname(__FILE__) . '/Autoload.php';
+
 function backtraceTestFunction()
 {
     return debug_backtrace(false);
index b102cf5..0d21239 100644 (file)
@@ -8,6 +8,11 @@
  */
 
 /**
+ * Prepare the test setup.
+ */
+require_once dirname(__FILE__) . '/Autoload.php';
+
+/**
  * @group      support
  * @category   Horde
  * @package    Support
index 5a6ef52..3c94abe 100644 (file)
@@ -8,6 +8,11 @@
  */
 
 /**
+ * Prepare the test setup.
+ */
+require_once dirname(__FILE__) . '/Autoload.php';
+
+/**
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
index 22ec84a..4d0f0a5 100644 (file)
@@ -8,6 +8,11 @@
  */
 
 /**
+ * Prepare the test setup.
+ */
+require_once dirname(__FILE__) . '/Autoload.php';
+
+/**
  * @group      support
  * @category   Horde
  * @package    Support
index 052e111..c9998f4 100644 (file)
@@ -8,6 +8,11 @@
  */
 
 /**
+ * Prepare the test setup.
+ */
+require_once dirname(__FILE__) . '/Autoload.php';
+
+/**
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
index 17e590a..77ec7d1 100644 (file)
@@ -8,6 +8,11 @@
  */
 
 /**
+ * Prepare the test setup.
+ */
+require_once dirname(__FILE__) . '/Autoload.php';
+
+/**
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
index 8ab437b..fd8d18c 100644 (file)
@@ -8,6 +8,11 @@
  */
 
 /**
+ * Prepare the test setup.
+ */
+require_once dirname(__FILE__) . '/Autoload.php';
+
+/**
  * @group      support
  * @category   Horde
  * @package    Support
index a22cb5d..6e403e6 100644 (file)
@@ -8,6 +8,11 @@
  */
 
 /**
+ * Prepare the test setup.
+ */
+require_once dirname(__FILE__) . '/Autoload.php';
+
+/**
  * @group      support
  * @category   Horde
  * @package    Support
index 78a3b3e..197da99 100644 (file)
@@ -8,6 +8,11 @@
  */
 
 /**
+ * Prepare the test setup.
+ */
+require_once dirname(__FILE__) . '/Autoload.php';
+
+/**
  * @group      support
  * @category   Horde
  * @package    Support
index 721dcb5..07e796f 100644 (file)
@@ -8,6 +8,11 @@
  */
 
 /**
+ * Prepare the test setup.
+ */
+require_once dirname(__FILE__) . '/Autoload.php';
+
+/**
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests