PHP Class N98\Magento\Command\Developer\Module\Rewrite\ClassExistsCheckerTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: netz98/n98-magerun

Méthodes publiques

Méthode Description
__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 ( )

Méthodes protégées

Méthode Description
tearDown ( )

Private Methods

Méthode Description
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

Method Details

__destruct() public méthode

public __destruct ( )

creation() public méthode

public creation ( )

existingClass() public méthode

public existingClass ( )

nonExistingClass() public méthode

public nonExistingClass ( )

preventingFatalOnNonExistingBaseClass() public méthode

public preventingFatalOnNonExistingBaseClass ( string $className )
$className string

provideClassNames() public méthode

See also: preventingFatalOnNonExistingBaseClass
public provideClassNames ( ) : array
Résultat array

tearDown() protected méthode

protected tearDown ( )

throwingAnExceptionWhileIncluding() public méthode

triggersFatalError() public méthode

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

warningTriggeringExpectedBehaviour() public méthode