public function testGetIssuerCN() { $cert = new Cert($this->getCertData()); $this->assertSame('ESTEID-SK 2011', $cert->getIssuerCN()); }