spec\PhpSpec\Console\ConsoleIOSpec::it_has_io_interface PHP Méthode

it_has_io_interface() public méthode

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