spec\PhpSpec\Console\ConsoleIOSpec::it_has_io_interface PHP 메소드

it_has_io_interface() 공개 메소드

public it_has_io_interface ( )
    function it_has_io_interface()
    {
        $this->shouldHaveType('PhpSpec\\IO\\IO');
    }