PHP Class Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\OptionalCallsDenormalizerTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: nelmio/alice

Méthodes publiques

Méthode Description
provideMethods ( )
testDenormalizesInputToReturnAMethodCall ( )
testDenormalizesMethodWithOptionalCallFlagToReturnAOptionalMethodCall ( Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $flagParser, boolean $optional )
testIsNotClonable ( )

Private Methods

Méthode Description
createFlagParser ( FlagBag $flags ) : Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface

Method Details

provideMethods() public méthode

public provideMethods ( )

testDenormalizesInputToReturnAMethodCall() public méthode

testDenormalizesMethodWithOptionalCallFlagToReturnAOptionalMethodCall() public méthode

public testDenormalizesMethodWithOptionalCallFlagToReturnAOptionalMethodCall ( Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $flagParser, boolean $optional )
$flagParser Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface
$optional boolean

testIsNotClonable() public méthode

public testIsNotClonable ( )