EricMakesStuff\ServerMonitor\Test\Integration\Monitors\SSLCertificateMonitorTest::it_throws_an_exception_for_nonexistent_url PHP Method

it_throws_an_exception_for_nonexistent_url() public method

    public function it_throws_an_exception_for_nonexistent_url()
    {
        $sslCertificateMonitor = new SSLCertificateMonitor([]);
        $this->setExpectedException(InvalidConfiguration::class);
        $sslCertificateMonitor->runMonitor();
    }