See also: Loader
Author: Raphael Antonmattei (rantonmattei@theorchard.com)
Inheritance: extends Symfony\Component\Config\Loader\Loader
 /**
  * Test supports with a valid array
  */
 public function testSupports()
 {
     $array = Fixtures::getSamplePhpArray();
     $this->assertTrue($this->arrayLoader->supports($array));
 }