spec\PhpSpec\Formatter\Presenter\Differ\ArrayEngineSpec::it_does_not_support_anything_else PHP Метод

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

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