Example #1
0
 /**
  * @covers \Phinx\Config\Config::getEnvironments
  */
 public function testGetEnvironmentsNotSet()
 {
     $config = new Config(array());
     $this->assertNull($config->getEnvironments());
 }