[Solar-svn] Revision 2689

pmjones at solarphp.com pmjones at solarphp.com
Mon Aug 13 17:01:23 CDT 2007


Branch: renamed to test.config.php



Deleted: branches/orm/tests/Solar.config.php
===================================================================
--- branches/orm/tests/Solar.config.php	2007-08-13 22:00:10 UTC (rev 2688)
+++ branches/orm/tests/Solar.config.php	2007-08-13 22:01:23 UTC (rev 2689)
@@ -1,36 +0,0 @@
-<?php
-$config = array();
-
-/**
- * General ini settings.
- */
-$config['Solar']['ini_set'] = array(
-	'error_reporting' => (E_ALL|E_STRICT),
-	'display_errors'  => true,
-	'html_errors'     => true,
-	'date.timezone'   => 'America/Chicago',
-);
-
-/**
- * Database connections.
- */
-
-$config['Solar_Sql'] = array(
-	'adapter' => 'Solar_Sql_Adapter_Mysql',
-);
-
-$config['Solar_Sql_Adapter_Mysql'] = array(
-	'host'   => '127.0.0.1',
-	'name'   => 'test'
-);
-
-$config['Solar_Sql_Adapter_Pgsql'] = array(
-	'host'   => '127.0.0.1',
-	'name'   => 'test'
-);
-
-$config['Solar_Sql_Adapter_Sqlite'] = array(
-    'name' => '/tmp/solar-test.sq3',
-);
-
-return $config;

Copied: branches/orm/tests/test.config.php (from rev 2688, branches/orm/tests/Solar.config.php)
===================================================================
--- branches/orm/tests/test.config.php	                        (rev 0)
+++ branches/orm/tests/test.config.php	2007-08-13 22:01:23 UTC (rev 2689)
@@ -0,0 +1,36 @@
+<?php
+$config = array();
+
+/**
+ * General ini settings.
+ */
+$config['Solar']['ini_set'] = array(
+	'error_reporting' => (E_ALL|E_STRICT),
+	'display_errors'  => true,
+	'html_errors'     => false,
+	'date.timezone'   => 'America/Chicago',
+);
+
+/**
+ * Database connections.
+ */
+
+$config['Solar_Sql'] = array(
+	'adapter' => 'Solar_Sql_Adapter_Mysql',
+);
+
+$config['Solar_Sql_Adapter_Mysql'] = array(
+	'host'   => '127.0.0.1',
+	'name'   => 'test'
+);
+
+$config['Solar_Sql_Adapter_Pgsql'] = array(
+	'host'   => '127.0.0.1',
+	'name'   => 'test'
+);
+
+$config['Solar_Sql_Adapter_Sqlite'] = array(
+    'name' => '/tmp/solar-test.sq3',
+);
+
+return $config;




More information about the Solar-svn mailing list