PHP Class Phalcon\Test\Avatar\GravatarTest

Author: Serghei Iakovlev ([email protected])
Inheritance: extends Codeception\TestCase\Test
Datei anzeigen Open project: phalcon/incubator

Protected Properties

Property Type Description
$tester UnitTester UnitTester Object

Public Methods

Method Description
incorrectConfigProvider ( )
testShouldSetOptionsThroughConfig ( )
testShouldSetUseDefaultValues ( )
testShouldThrowExceptionIfDbIsMissingOrInvalid ( mixed $config )
testShouldUseArrayAsConfig ( )
testShouldUseConfigInstance ( )

Protected Methods

Method Description
_after ( ) executed after each test
_before ( ) executed before each test

Method Details

_after() protected method

executed after each test
protected _after ( )

_before() protected method

executed before each test
protected _before ( )

incorrectConfigProvider() public method

testShouldSetOptionsThroughConfig() public method

testShouldSetUseDefaultValues() public method

testShouldThrowExceptionIfDbIsMissingOrInvalid() public method

testShouldUseArrayAsConfig() public method

testShouldUseConfigInstance() public method

Property Details

$tester protected_oe property

UnitTester Object
protected UnitTester $tester
return UnitTester