X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;ds=sidebyside;f=tests%2Ffunctional%2FMovingInsertCest.php;h=0bcc75695956e5db9b9c3cf9c831393dfeed105a;hb=fd27e17e57b1ad0f5cf535913af357a932a6a329;hp=f3c5fd400db2fb63724485130ec5c1aa0bcf9f13;hpb=cc1d4a4454905acc36282cd173f3312e122ff19b;p=invent%2Finvent.git diff --git a/tests/functional/MovingInsertCest.php b/tests/functional/MovingInsertCest.php index f3c5fd4..0bcc756 100644 --- a/tests/functional/MovingInsertCest.php +++ b/tests/functional/MovingInsertCest.php @@ -12,6 +12,13 @@ class MovingInsertCest } // tests + + public function openMovingLists(\FunctionalTester $I) + { + $I->amOnRoute('moving/index'); + $I->see(Yii::t('moving', 'Movings')); + } + // Проверка открытия страницы на добавление public function openInsertPage(\FunctionalTester $I) {