Aleksander Machniak
2012-10-24 1e7aa75d18e34b0733d49a3af689be0f3d73b83c
tests/HtmlToText.php
@@ -8,7 +8,7 @@
class HtmlToText extends PHPUnit_Framework_TestCase
{
    function data()
    function data_html2text()
    {
        return array(
            0 => array(
@@ -45,7 +45,7 @@
    }
    /**
     * @dataProvider data
     * @dataProvider data_html2text
     */
    function test_html2text($title, $in, $out)
    {