From 921408eba600a7dc51271c35480e9114cac5ecec Mon Sep 17 00:00:00 2001 From: defa <defa@so36.net> Date: Wed, 05 Sep 2012 08:48:55 -0400 Subject: [PATCH] Merge https://github.com/roundcube/roundcubemail into crypt_hash_branch --- tests/HtmlToText.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/HtmlToText.php b/tests/HtmlToText.php index 34e2d1a..b90c61a 100644 --- a/tests/HtmlToText.php +++ b/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) { -- Gitblit v1.9.1