Changeset 2388 for trunk/tests/Sequence

Show
Ignore:
Timestamp:
09/03/07 15:57:18 (16 months ago)
Author:
meus
Message:

replace tabs with 4 spaces. and fix other coding style related stuff

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/Sequence/SqliteTestCase.php

    r945 r2388  
    3535    public function testCurrIdExecutesSql()  
    3636    { 
    37         $this->adapter->forceLastInsertIdFail(false); 
     37         $this->adapter->forceLastInsertIdFail(false); 
    3838 
    3939        $this->sequence->currId('user');