PHP Class Tests\AcmePhp\Cli\AbstractApplicationTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: acmephp/acmephp Class Usage Examples

Protected Properties

Свойство Type Description
$application Tests\AcmePhp\Cli\Mock\AbstractTestApplication

Méthodes publiques

Méthode Description
setUp ( )
tearDown ( )
testAuthorizeWithoutKeyFail ( )
testCheckWithoutKeyFail ( )
testFullProcess ( )
testRequestWithoutKeyFail ( )

Méthodes protégées

Méthode Description
createApplication ( ) : AbstractTestApplication
getFixturesDirectories ( ) : array

Private Methods

Méthode Description
cleanContext ( ) Remove fixtures files and directories to have a clean context.
createServerProcess ( string $token, string $payload ) : Process

Method Details

createApplication() abstract protected méthode

getFixturesDirectories() abstract protected méthode

abstract protected getFixturesDirectories ( ) : array
Résultat array

setUp() public méthode

public setUp ( )

tearDown() public méthode

public tearDown ( )

testAuthorizeWithoutKeyFail() public méthode

testCheckWithoutKeyFail() public méthode

testFullProcess() public méthode

public testFullProcess ( )

testRequestWithoutKeyFail() public méthode

Property Details

$application protected_oe property

protected AbstractTestApplication,Tests\AcmePhp\Cli\Mock $application
Résultat Tests\AcmePhp\Cli\Mock\AbstractTestApplication