Exemplo n.º 1
0
 public function testCreateFromYmlWithMissingFinderIn()
 {
     self::setExpectedExceptionRegExp(\LogicException::class, '/Invalid configuration, at least one source is required to locate files/');
     ConfigFactory::createFromArray([]);
 }