Example #1
0
 public function testShouldRegisterPluginLoaderWithFileTransferAdapterPathByDefault()
 {
     $loader = $this->element->getPluginLoader('transfer_adapter');
     $this->assertTrue($loader instanceof Zend_Loader_PluginLoader_Interface);
     $paths = $loader->getPaths('Zend_File_Transfer_Adapter');
     $this->assertTrue(is_array($paths));
 }