TYPO3 CMS  TYPO3_6-2
DefaultFactoryTest.php
Go to the documentation of this file.
1 <?php
3 
21 
26  $object = new \TYPO3\CMS\Install\FolderStructure\DefaultFactory();
27  $this->assertInstanceOf('TYPO3\\CMS\\Install\\FolderStructure\\StructureFacadeInterface', $object->getStructure());
28  }
29 }