Paweł Słowik
2012-09-03 197a3e6faf9258c3cc78810081f3368325045d57
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)
    {