См. также: Loader
Автор: Raphael Antonmattei (rantonmattei@theorchard.com)
Наследование: extends Symfony\Component\Config\Loader\Loader
Пример #1
0
 /**
  * Test supports with a valid array
  */
 public function testSupports()
 {
     $array = Fixtures::getSamplePhpArray();
     $this->assertTrue($this->arrayLoader->supports($array));
 }