예제 #1
0
파일: FileTest.php 프로젝트: jsnshrmn/Suma
 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));
 }