PHP Класс Nelmio\Alice\Definition\Fixture\TemplatingTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )