From 2965a981b7ec22866fbdf2d567d87e2d068d3617 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 31 Jul 2015 16:04:08 -0400 Subject: [PATCH] Allow to search and import missing PGP pubkeys from keyservers using Publickey.js --- tests/Framework/Html.php | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/tests/Framework/Html.php b/tests/Framework/Html.php index d9466e6..259d73e 100644 --- a/tests/Framework/Html.php +++ b/tests/Framework/Html.php @@ -54,15 +54,6 @@ array( array('data-test' => 'test'), null, ' data-test="test"', ), - array( - array('data-test' => 'test'), array('other'), '', - ), - array( - array('data-test' => 'test'), array('data-test'), ' data-test="test"', - ), - array( - array('data-test' => 'test'), array('data-*'), ' data-test="test"', - ), ); } -- Gitblit v1.9.1