Aleksander Machniak
2014-05-09 638ebf69c4bdc3717d8ae535ec3b1f4b753f5856
Fix/remove tests related to data-* attributes handling
1 files modified
9 ■■■■■ changed files
tests/Framework/Html.php 9 ●●●●● patch | view | raw | blame | history
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"',
            ),
        );
    }