supports() public method

public supports ( $resource, $type = null )
 /**
  * Tests the supports() method.
  */
 public function testSupports()
 {
     $loader = new FrontendLoader(false);
     $this->assertTrue($loader->supports('.', 'contao_frontend'));
 }