Changeset 3741 for trunk/tests/Orm

Show
Ignore:
Timestamp:
02/11/08 22:33:12 (11 months ago)
Author:
romanb
Message:

more experiments with the new testsuite.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/Orm/Component/TestTest.php

    r3739 r3741  
    77    { 
    88        parent::setUp(); 
    9         $this->loadFixture('forum', 'common', 'users'); 
     9        $this->loadFixtures('forum', 'common', array('users', 'admins')); 
    1010    } 
    1111