PHP Class Gc\Mvc\Listener\DocumentListenerTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: gotcms/gotcms

Protected Properties

Свойство Type Description
$object DocumentListener

Méthodes publiques

Méthode Description
testOnRouteWith404Path ( ) : void test
testOnRouteWithEmptyPath ( ) : void test
testOnRouteWithHomePage ( ) : void test
testOnRouteWithRealPath ( ) : void test
testOnRouteWithWrongRoute ( ) : void test
testattach ( ) : void test

Méthodes protégées

Méthode Description
createDocuments ( ) : void test
deleteDocuments ( )
setup ( ) : void Sets up the fixture, for example, opens a network connection.
teardown ( ) : void tears down the fixture, for example, closes a network connection.

Method Details

createDocuments() protected méthode

test
protected createDocuments ( ) : void
Résultat void

deleteDocuments() protected méthode

protected deleteDocuments ( )

setup() protected méthode

This method is called before a test is executed.
protected setup ( ) : void
Résultat void

teardown() protected méthode

this method is called after a test is executed.
protected teardown ( ) : void
Résultat void

testOnRouteWith404Path() public méthode

test
public testOnRouteWith404Path ( ) : void
Résultat void

testOnRouteWithEmptyPath() public méthode

test
public testOnRouteWithEmptyPath ( ) : void
Résultat void

testOnRouteWithHomePage() public méthode

test
public testOnRouteWithHomePage ( ) : void
Résultat void

testOnRouteWithRealPath() public méthode

test
public testOnRouteWithRealPath ( ) : void
Résultat void

testOnRouteWithWrongRoute() public méthode

test
public testOnRouteWithWrongRoute ( ) : void
Résultat void

testattach() public méthode

test
public testattach ( ) : void
Résultat void

Property Details

$object protected_oe property

protected DocumentListener,Gc\Mvc\Listener $object
Résultat DocumentListener