getMigrationPath(); } /** * Normal behavior */ public function testGetMigrationPath() { $config = new Config($this->getConfigArray()); $this->assertEquals($this->getMigrationPath(), $config->getMigrationPath()); } }