Пример #1
0
 /**
  * test that initialize sets the path
  *
  * @return void
  */
 public function testGetPath()
 {
     $this->assertPathEquals(ROOT . DS . 'tests' . DS . 'Fixture/', $this->Task->getPath());
 }