Ejemplo n.º 1
0
 public function testSetGetBasePath()
 {
     $this->model->setBasePath('/some/dir');
     $this->assertSame('/some/dir', $this->model->getBasePath());
 }