SslurpTest\CaRootPemBundleTest::testBuildsCaRootBundleProperly PHP Метод

testBuildsCaRootBundleProperly() публичный Метод

    public function testBuildsCaRootBundleProperly()
    {
        $result = $this->bundle->getUpdatedCaRootBundle();
        $this->assertStringEqualsFile(__DIR__ . '/_files/ca-bundle.pem', $result);
    }