From 3ebac0167bf20104fb7a2a55934765117760264c Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Mon, 18 Aug 2014 03:53:18 -0400 Subject: [PATCH] Only add zen-mode text labels in compose step --- 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