1 | <?php |
||
11 | class ConvertAccentCharactersTest extends TestCase |
||
12 | { |
||
13 | public function conversionDataProvider() |
||
21 | |||
22 | /** |
||
23 | * @dataProvider conversionDataProvider |
||
24 | */ |
||
25 | public function testConversion($expectedString, $string) |
||
29 | |||
30 | public function conversionLocaleDataProvider() |
||
40 | |||
41 | /** |
||
42 | * @dataProvider conversionLocaleDataProvider |
||
43 | */ |
||
44 | public function testConversionWithLocale($expectedString, $string, $locale) |
||
48 | } |
||
49 |