SslurpTest\CaRootPemBundleTest::testWillFetchMozillaCertData PHP Method

testWillFetchMozillaCertData() public method

    public function testWillFetchMozillaCertData()
    {
        $this->assertNotNull($this->bundle->getContent());
        $this->assertInstanceOf('Sslurp\\MozillaCertData', $this->bundle->getMozillaCertData());
    }