spec\PhpSpec\Formatter\Presenter\Differ\ArrayEngineSpec::it_does_not_support_anything_else PHP Method

it_does_not_support_anything_else() public method

    function it_does_not_support_anything_else()
    {
        $this->supports('str', 2)->shouldReturn(false);
    }