PHP 클래스 Nelmio\Alice\Definition\Fixture\TemplatingTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: nelmio/alice

공개 메소드들

메소드 설명
provideFlags ( )
testDetectTemplateFlags ( SimpleFixtureWithFlags $fixture, boolean $isATemplate, boolean $extendsFixtures, array $extendedFixtures )
testExtendedFixturesOrderIsInversed ( ) As the specs are not overridden and starting the from loaded fixture, when resolving a fixture to inherit the properties of the extended fixtures, the specs should be merged with the last extended fixture to the first one.
testIsImmutable ( )

비공개 메소드들

메소드 설명
createFixtureWithFlags ( FlagBag $flags ) : SimpleFixtureWithFlags

메소드 상세

provideFlags() 공개 메소드

public provideFlags ( )

testDetectTemplateFlags() 공개 메소드

public testDetectTemplateFlags ( SimpleFixtureWithFlags $fixture, boolean $isATemplate, boolean $extendsFixtures, array $extendedFixtures )
$fixture SimpleFixtureWithFlags
$isATemplate boolean
$extendsFixtures boolean
$extendedFixtures array

testExtendedFixturesOrderIsInversed() 공개 메소드

For this purpose, the list of extended fixtures is given in the right order right away.

testIsImmutable() 공개 메소드

public testIsImmutable ( )