PHP Class Phalcon\Test\Mvc\Model\Behavior\Helper

Author: Serghei Iakovlev ([email protected])
Inheritance: extends Codeception\TestCase\Test, use trait Codeception\Specify
Afficher le fichier Open project: phalcon/incubator

Protected Properties

Свойство Type Description
$previousDependencyInjector Phalcon\DiInterface
$tester UnitTester UnitTester Object

Méthodes protégées

Méthode Description
_after ( ) executed after each test
_before ( ) executed before each test
checkIntegrity ( integer | null $rootId = null ) Checking the integrity of keys
createTree ( )
getConnection ( ) : Phalcon\Db\AdapterInterface
getDbPdo ( ) : Pdo
getProperty ( $propertyName, NestedSet $behavior )
prettifyRoots ( $multipleTrees = true )
truncateTable ( $table )

Method Details

_after() protected méthode

executed after each test
protected _after ( )

_before() protected méthode

executed before each test
protected _before ( )

checkIntegrity() protected méthode

Checking the integrity of keys
protected checkIntegrity ( integer | null $rootId = null )
$rootId integer | null

createTree() protected méthode

protected createTree ( )

getConnection() protected méthode

protected getConnection ( ) : Phalcon\Db\AdapterInterface
Résultat Phalcon\Db\AdapterInterface

getDbPdo() protected méthode

protected getDbPdo ( ) : Pdo
Résultat Pdo

getProperty() protected méthode

protected getProperty ( $propertyName, NestedSet $behavior )
$behavior Phalcon\Mvc\Model\Behavior\NestedSet

prettifyRoots() protected méthode

protected prettifyRoots ( $multipleTrees = true )

truncateTable() protected méthode

protected truncateTable ( $table )

Property Details

$previousDependencyInjector protected_oe property

protected DiInterface,Phalcon $previousDependencyInjector
Résultat Phalcon\DiInterface

$tester protected_oe property

UnitTester Object
protected UnitTester $tester
Résultat UnitTester