tests/Tests.php
authorAlan Knowles <alan@roojs.com>
Wed, 23 May 2012 01:13:44 +0000 (09:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 May 2012 01:13:44 +0000 (09:13 +0800)
tests/Tests.php [new file with mode: 0644]

diff --git a/tests/Tests.php b/tests/Tests.php
new file mode 100644 (file)
index 0000000..ac7212e
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+
+// include to make the tests run..
+$_test_dir  = dirname(__FILE__).'/../../';
+
+ini_set('include_path', 
+            $_test_dir  . ':' . 
+            $_test_dir  .'/pearfix:' . 
+            $_test_dir  .'/pear:' . 
+            ini_get('include_path'));
+
+define('DB_DATAOBJECT_NO_OVERLOAD', true);
+
+