Changeset 4339 for trunk/tests/models

Show
Ignore:
Timestamp:
05/06/08 22:03:31 (8 months ago)
Author:
romanb
Message:

Added another hydration test.

Location:
trunk/tests/models/cms
Files:
1 added
1 modified

Legend:

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

    r4338 r4339  
    1010      $class->hasMany('CmsPhonenumber as phonenumbers', array( 
    1111              'local' => 'id', 'foreign' => 'user_id')); 
     12      $class->hasMany('CmsArticle as articles', array( 
     13              'local' => 'id', 'foreign' => 'user_id')); 
    1214  } 
    1315}