PHP 클래스 N98\Magento\Command\Developer\Module\Rewrite\ClassExistsCheckerTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: netz98/n98-magerun

공개 메소드들

메소드 설명
__destruct ( )
creation ( )
existingClass ( )
nonExistingClass ( )
preventingFatalOnNonExistingBaseClass ( string $className )
provideClassNames ( ) : array
throwingAnExceptionWhileIncluding ( )
triggersFatalError ( ) Document the condition in which the Varien_Autoload auto-loader causes a fatal error
warningTriggeringExpectedBehaviour ( )

보호된 메소드들

메소드 설명
tearDown ( )

비공개 메소드들

메소드 설명
cleanup ( )
create ( $callback, null $flags = null ) : AutoloadHandler Private helper function to create an autoloader that get's automatically cleaned up after test is over
getAutoloader ( ) : Closure Returns an auto-loader callback that is similar to Varien_Autoload
noErrorExceptions ( $includeIni = true ) : Closure Disable PHPUnit error exceptions, returns a reset function to restore the original setting

메소드 상세

__destruct() 공개 메소드

public __destruct ( )

creation() 공개 메소드

public creation ( )

existingClass() 공개 메소드

public existingClass ( )

nonExistingClass() 공개 메소드

public nonExistingClass ( )

preventingFatalOnNonExistingBaseClass() 공개 메소드

public preventingFatalOnNonExistingBaseClass ( string $className )
$className string

provideClassNames() 공개 메소드

또한 보기: preventingFatalOnNonExistingBaseClass
public provideClassNames ( ) : array
리턴 array

tearDown() 보호된 메소드

protected tearDown ( )

throwingAnExceptionWhileIncluding() 공개 메소드

triggersFatalError() 공개 메소드

Document the condition in which the Varien_Autoload auto-loader causes a fatal error
public triggersFatalError ( )

warningTriggeringExpectedBehaviour() 공개 메소드