spec\PhpSpec\Process\Shutdown\ShutdownSpec::it_has_type_shutdown PHP Method

it_has_type_shutdown() public method

    function it_has_type_shutdown()
    {
        $this->beAnInstanceOf('PhpSpec/Process/Shutdown/Shutdown');
    }