Beispiel #1
0
 public function testSetModulesDirectoryPath()
 {
     $manager = new Core_Migration_Manager();
     $manager->setModulesDirectoryPath('/test/path');
     $this->assertEquals('/test/path', $manager->getModulesDirectoryPath());
 }