Example #1
0
 /**
  * @expectedException \Phalcon\Config\Exception
  * @expectedExceptionMessage Config adapter for .txt files is not support
  */
 public function testLoadUnsupportedConfigFile()
 {
     $file = INCUBATOR_FIXTURES . 'Config/config.txt';
     ConfigLoader::load($file);
 }