PHP 클래스 lithium\tests\cases\core\LibrariesTest

상속: extends lithium\test\Unit
파일 보기 프로젝트 열기: unionofrad/lithium

보호된 프로퍼티들

프로퍼티 타입 설명
$_cache

공개 메소드들

메소드 설명
setUp ( )
tearDown ( )
testAddInvalidLibrary ( ) Tests that an exception is thrown when a library is added which could not be found.
testAddNonPrefixedLibrary ( ) Tests that non-prefixed (poorly named or structured) libraries can still be added.
testCacheControl ( )
testCaseSensitivePathLookups ( )
testClassInstanceWithSubnamespace ( )
testDeprectatedInit ( )
testExcludeNonClassFiles ( ) Tests that non-class files are always filtered out of find() results unless an alternate filter is specified.
testFindWithOptions ( )
testFindingClasses ( ) Tests recursive and non-recursive searching through libraries with paths.
testFindingClassesAndNamespaces ( )
testFindingClassesWithCallableExcludes ( )
testFindingClassesWithCallableFilters ( )
testFindingClassesWithExclude ( )
testLibraryAddRemove ( ) Tests the addition and removal of default libraries.
testLibraryConfigAccess ( ) Tests accessing library configurations.
testLibraryLoad ( ) Tests the loading of libraries
testLibraryNameConfigAccess ( )
testLocateCommandInLithium ( )
testLocateCommandInLithiumRecursiveTrue ( )
testLocateWithDotSyntax ( )
testLocateWithLibrary ( )
testLocateWithLithiumLibrary ( )
testLocateWithTestAppLibrary ( )
testMapUnmap ( ) Tests that Libraries::map() and Libraries::unmap()
testNamespaceToFileTranslation ( )
testPathCaching ( ) Tests path caching by calling path() twice.
testPathDirectoryLookups ( )
testPathFiltering ( )
testPathTemplate ( )
testPathTemplateWithGlobBrace ( )
testPathTransform ( )
testPathsInPharArchives ( ) Tests that Libraries::realPath() correctly resolves paths to files inside Phar archives.
testSearchOptimizedNamespacesWithOnlyDir ( )
testServiceLocateAll ( )
testServiceLocateAllCommands ( )
testServiceLocateApp ( )
testServiceLocateCommand ( )
testServiceLocateInstantiation ( )
testServiceLocation ( ) Tests locating service objects. These tests may fail if not run on a stock install, as other objects may preceed the core objects in load order.

메소드 상세

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

testAddInvalidLibrary() 공개 메소드

Tests that an exception is thrown when a library is added which could not be found.

testAddNonPrefixedLibrary() 공개 메소드

Tests that non-prefixed (poorly named or structured) libraries can still be added.

testCacheControl() 공개 메소드

public testCacheControl ( )

testCaseSensitivePathLookups() 공개 메소드

testClassInstanceWithSubnamespace() 공개 메소드

testDeprectatedInit() 공개 메소드

사용 중단:
public testDeprectatedInit ( )

testExcludeNonClassFiles() 공개 메소드

Tests that non-class files are always filtered out of find() results unless an alternate filter is specified.

testFindWithOptions() 공개 메소드

public testFindWithOptions ( )

testFindingClasses() 공개 메소드

Tests recursive and non-recursive searching through libraries with paths.
public testFindingClasses ( )

testFindingClassesAndNamespaces() 공개 메소드

testFindingClassesWithCallableExcludes() 공개 메소드

testFindingClassesWithCallableFilters() 공개 메소드

testFindingClassesWithExclude() 공개 메소드

testLibraryAddRemove() 공개 메소드

Tests the addition and removal of default libraries.

testLibraryConfigAccess() 공개 메소드

Tests accessing library configurations.

testLibraryLoad() 공개 메소드

Tests the loading of libraries
public testLibraryLoad ( )

testLibraryNameConfigAccess() 공개 메소드

testLocateCommandInLithium() 공개 메소드

testLocateCommandInLithiumRecursiveTrue() 공개 메소드

testLocateWithDotSyntax() 공개 메소드

testLocateWithLibrary() 공개 메소드

testLocateWithLithiumLibrary() 공개 메소드

testLocateWithTestAppLibrary() 공개 메소드

testMapUnmap() 공개 메소드

Tests that Libraries::map() and Libraries::unmap()
public testMapUnmap ( )

testNamespaceToFileTranslation() 공개 메소드

testPathCaching() 공개 메소드

Tests path caching by calling path() twice.
public testPathCaching ( )

testPathDirectoryLookups() 공개 메소드

testPathFiltering() 공개 메소드

public testPathFiltering ( )

testPathTemplate() 공개 메소드

public testPathTemplate ( )

testPathTemplateWithGlobBrace() 공개 메소드

사용 중단:

testPathTransform() 공개 메소드

public testPathTransform ( )

testPathsInPharArchives() 공개 메소드

Tests that Libraries::realPath() correctly resolves paths to files inside Phar archives.

testSearchOptimizedNamespacesWithOnlyDir() 공개 메소드

testServiceLocateAll() 공개 메소드

testServiceLocateAllCommands() 공개 메소드

testServiceLocateApp() 공개 메소드

testServiceLocateCommand() 공개 메소드

testServiceLocateInstantiation() 공개 메소드

testServiceLocation() 공개 메소드

Tests locating service objects. These tests may fail if not run on a stock install, as other objects may preceed the core objects in load order.
public testServiceLocation ( )

프로퍼티 상세

$_cache 보호되어 있는 프로퍼티

protected $_cache