PHP Class Bolt\Tests\Stack\StackTest

Author: Carson Full ([email protected])
Inheritance: extends Bolt\Tests\BoltUnitTest
Afficher le fichier Open project: bolt/bolt

Méthodes publiques

Méthode Description
testAddExistingFile ( )
testAddNewFile ( )
testAddNewFileWithEmptyStack ( )
testAddNonExistentFile ( )
testAddUnacceptableFile ( )
testContainsAndInitializeFromSession ( )
testCountable ( )
testDelete ( )
testInitializeFromDatabase ( )
testIsStackable ( )
testIterable ( )
testList ( )

Méthodes protégées

Méthode Description
assertFiles ( array $files, array $expected, $message = '' )
createFiles ( array $paths )
setUp ( )

Method Details

assertFiles() protected méthode

protected assertFiles ( array $files, array $expected, $message = '' )
$files array
$expected array

createFiles() protected méthode

protected createFiles ( array $paths )
$paths array

setUp() protected méthode

protected setUp ( )

testAddExistingFile() public méthode

public testAddExistingFile ( )

testAddNewFile() public méthode

public testAddNewFile ( )

testAddNewFileWithEmptyStack() public méthode

testAddNonExistentFile() public méthode

testAddUnacceptableFile() public méthode

testContainsAndInitializeFromSession() public méthode

testCountable() public méthode

public testCountable ( )

testDelete() public méthode

public testDelete ( )

testInitializeFromDatabase() public méthode

testIsStackable() public méthode

public testIsStackable ( )

testIterable() public méthode

public testIterable ( )

testList() public méthode

public testList ( )