Ejemplo n.º 1
0
 public function testSetProjectDirectoryPath()
 {
     $manager = new Core_Migration_Manager();
     $manager->setProjectDirectoryPath('/test/path');
     $this->assertEquals('/test/path', $manager->getProjectDirectoryPath());
 }