Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\OptionalCallsDenormalizerTest::testIsNotClonable PHP Method

testIsNotClonable() public method

public testIsNotClonable ( )
    public function testIsNotClonable()
    {
        clone new OptionalCallsDenormalizer(new FakeArgumentsDenormalizer());
    }