Development

Changeset 8777

You must first sign up to be able to contribute.

Changeset 8777

Show
Ignore:
Timestamp:
05/05/08 09:01:03 (5 months ago)
Author:
fabien
Message:

fixed sfPropelDatabase unit tests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/plugins/sfPropelPlugin/test/unit/database/sfPropelDatabaseTest.php

    r7432 r8777  
    1 <?php 
     1ยง<?php 
    22 
    33/* 
     
    2222        'adapter' => 'mysql', 
    2323        '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, 
    3436        ), 
    3537      ),