Exemplo n.º 1
0
 public function startTest($method)
 {
     parent::startTest($method);
     $this->Users = $this->generate('Users');
     $this->Users->constructClasses();
     $this->Users->params = array('named' => array(), 'pass' => array(), 'url' => array());
     $fixture = new UserFixture();
     $this->record = array('User' => $fixture->records[0]);
 }