PHP 클래스 Bolt\Tests\Stack\StackTest

저자: Carson Full ([email protected])
상속: extends Bolt\Tests\BoltUnitTest
파일 보기 프로젝트 열기: bolt/bolt

공개 메소드들

메소드 설명
testAddExistingFile ( )
testAddNewFile ( )
testAddNewFileWithEmptyStack ( )
testAddNonExistentFile ( )
testAddUnacceptableFile ( )
testContainsAndInitializeFromSession ( )
testCountable ( )
testDelete ( )
testInitializeFromDatabase ( )
testIsStackable ( )
testIterable ( )
testList ( )

보호된 메소드들

메소드 설명
assertFiles ( array $files, array $expected, $message = '' )
createFiles ( array $paths )
setUp ( )

메소드 상세

assertFiles() 보호된 메소드

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

createFiles() 보호된 메소드

protected createFiles ( array $paths )
$paths array

setUp() 보호된 메소드

protected setUp ( )

testAddExistingFile() 공개 메소드

public testAddExistingFile ( )

testAddNewFile() 공개 메소드

public testAddNewFile ( )

testAddNewFileWithEmptyStack() 공개 메소드

testAddNonExistentFile() 공개 메소드

testAddUnacceptableFile() 공개 메소드

testContainsAndInitializeFromSession() 공개 메소드

testCountable() 공개 메소드

public testCountable ( )

testDelete() 공개 메소드

public testDelete ( )

testInitializeFromDatabase() 공개 메소드

testIsStackable() 공개 메소드

public testIsStackable ( )

testIterable() 공개 메소드

public testIterable ( )

testList() 공개 메소드

public testList ( )