spec\Prophecy\Argument\Token\ArrayEntryTokenSpec::it_does_not_score_if_argument_is_neither_array_nor_traversable_nor_array_accessible PHP Метод

it_does_not_score_if_argument_is_neither_array_nor_traversable_nor_array_accessible() публичный Метод

    function it_does_not_score_if_argument_is_neither_array_nor_traversable_nor_array_accessible()
    {
        $this->scoreArgument('string')->shouldBe(false);
        $this->scoreArgument(new \stdClass())->shouldBe(false);
    }