From 638ebf69c4bdc3717d8ae535ec3b1f4b753f5856 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 9 May 2014 15:17:32 +0200 Subject: Fix/remove tests related to data-* attributes handling --- tests/Framework/Html.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tests') diff --git a/tests/Framework/Html.php b/tests/Framework/Html.php index d9466e601..259d73e1a 100644 --- a/tests/Framework/Html.php +++ b/tests/Framework/Html.php @@ -54,15 +54,6 @@ class Framework_Html extends PHPUnit_Framework_TestCase 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"', - ), ); } -- cgit v1.2.3