Changeset 8777
- Timestamp:
- 05/05/08 09:01:03 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfPropelPlugin/test/unit/database/sfPropelDatabaseTest.php
r7432 r8777 1 <?php1 ยง<?php 2 2 3 3 /* … … 22 22 'adapter' => 'mysql', 23 23 'connection' => array( 24 'phptype' => 'mysql', 25 'hostspec' => 'localhost', 26 'database' => 'testdb', 27 'username' => 'foo', 28 'password' => 'bar', 29 'port' => null, 30 'encoding' => 'utf8', 31 'persistent' => '1', 32 'protocol' => null, 33 'socket' => null, 24 'phptype' => 'mysql', 25 'hostspec' => 'localhost', 26 'database' => 'testdb', 27 'username' => 'foo', 28 'password' => 'bar', 29 'port' => null, 30 'encoding' => 'utf8', 31 'persistent' => '1', 32 'protocol' => null, 33 'socket' => null, 34 'compat_assoc_lower' => null, 35 'compat_rtrim_string' => null, 34 36 ), 35 37 ),