Skip to content

Commit

Permalink
using en to ru for Yandex translator test
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil committed Jul 19, 2018
1 parent ebd3ada commit a0e1ccc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/Integration/YandexTranslatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
*/
class YandexTranslatorTest extends AbstractTranslatorTest
{
/**
* @var array
*/
protected $expected = ['яблоко', 'вишня'];

/**
* @var string
*/
protected $to = 'ru';

public function setUp()
{
$key = getenv('YANDEX_KEY');
Expand Down

0 comments on commit a0e1ccc

Please sign in to comment.