Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizerTest::testDenormalizeWithInvalidMethodCalls PHP Method

testDenormalizeWithInvalidMethodCalls() public method

    public function testDenormalizeWithInvalidMethodCalls()
    {
        $specs = ['__calls' => [null]];
        $denormalizer = new SimpleSpecificationsDenormalizer(new FakeConstructorDenormalizer(), new FakePropertyDenormalizer(), new FakeCallsDenormalizer());
        $denormalizer->denormalize(new FakeFixture(), new FakeFlagParser(), $specs);
    }