1 | <?php |
||
20 | class RussianToEnglishTest extends \PHPUnit_Framework_TestCase |
||
21 | { |
||
22 | protected $transliterator; |
||
23 | |||
24 | public function setUp() |
||
28 | |||
29 | /** |
||
30 | * @dataProvider dataProvider |
||
31 | */ |
||
32 | public function testTransliterationFromRussianToEnglish($russianText, $transliteratedText) |
||
36 | |||
37 | public function dataProvider() |
||
106 | } |
||
107 |