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

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: nelmio/alice

Public Methods

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

Private Methods

Method Description
createFlagParser ( FlagBag $flags ) : Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface

Method Details

provideMethods() public method

public provideMethods ( )

testDenormalizesInputToReturnAMethodCall() public method

testDenormalizesMethodWithOptionalCallFlagToReturnAOptionalMethodCall() public method

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

testIsNotClonable() public method

public testIsNotClonable ( )