Changeset 260

Show
Ignore:
Timestamp:
09/24/08 22:36:21 (2 years ago)
Author:
bestbytes
Message:

doctrine update - removed loadTemplate() and replaced with actAs()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/Sensei/Group.php

    r237 r260  
    4141    public function setUp() 
    4242    { 
    43         $this->loadTemplate('Sensei_GroupTpl'); 
    44         $this->loadTemplate('Sensei_Group_AclTpl'); 
     43        $this->actAs ('Sensei_GroupTpl'); 
     44        $this->actAs('Sensei_Group_AclTpl'); 
    4545    } 
    4646} 
  • trunk/lib/Sensei/User.php

    r237 r260  
    4141    public function setUp() 
    4242    { 
    43         $this->loadTemplate('Sensei_UserTpl'); 
    44         $this->loadTemplate('Sensei_User_AclTpl'); 
     43        $this->actAs('Sensei_UserTpl'); 
     44        $this->actAs('Sensei_User_AclTpl'); 
    4545    } 
    4646}