PHP Class Phalcon\Test\Db\Adapter\FactoryTest

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

Protected Properties

Property Type Description
$testable array
$tester UnitTester UnitTester Object

Public Methods

Method Description
testEmptyConfigKeyAdapter ( )
testLoadMysqlAdapter ( )
testLoadSqliteAdapter ( )
testLoadUnsupportedAdapter ( )
testMissingConfigKeyAdapter ( )

Protected Methods

Method Description
_before ( ) executed before each test

Method Details

_before() protected method

executed before each test
protected _before ( )

testEmptyConfigKeyAdapter() public method

testLoadMysqlAdapter() public method

testLoadSqliteAdapter() public method

testLoadUnsupportedAdapter() public method

testMissingConfigKeyAdapter() public method

Property Details

$testable protected_oe property

protected array $testable
return array

$tester protected_oe property

UnitTester Object
protected UnitTester $tester
return UnitTester