Spec\Dumplie\Customer\Domain\AddressSpec::it_can_be_casted_to_string PHP Метод

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

    function it_can_be_casted_to_string()
    {
        $this->beConstructedWith('Norbert Orzechowicz', 'ul. Floriańska 15', '30-300', 'Kraków', 'PL');
        $this->__toString()->shouldReturn('Norbert Orzechowicz, 30-300 Kraków, ul. Floriańska 15, PL');
    }