Changeset 3779 for trunk/tests/models

Show
Ignore:
Timestamp:
02/15/08 00:57:34 (11 months ago)
Author:
meus
Message:

added tests for Collection. also fixed a bug with serialization in collections. added copyright header to the two new testfiles

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/models/cms/CmsUser.php

    r3722 r3779  
    66      $class->setColumn('id', 'integer', 4, array('primary' => true, 'autoincrement' => true)); 
    77      $class->setColumn('username', 'string', 255); 
    8       $class->setColumn('username', 'string', 255); 
     8      $class->setColumn('name', 'string', 255); 
    99  } 
    1010}