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

testDenormalizeCallsWithInvalidMethod() public method

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