Example #1
0
	/**
	 * Test the verify file method
	 *
	 * @depends testImportShort
	 */
	public function testDeleteKey(){
		$gpg = new \Core\GPG\GPG();
		$gpg->deleteKey($this->fingerprint);
	}