From 638ebf69c4bdc3717d8ae535ec3b1f4b753f5856 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 09 May 2014 09:17:32 -0400
Subject: [PATCH] Fix/remove tests related to data-* attributes handling
---
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