Logo white

Eugeny Galkovskiy / kbenergy_new

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • kbenergy_new
  • frontend
  • tests
  • functional
  • AboutCest.php
  • обновил фильтры
    cc1df3ac
    alex authored
    2018-04-13 16:25:58 +0200  
    Browse Code »
AboutCest.php 235 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
<?php
namespace frontend\tests\functional;

use frontend\tests\FunctionalTester;

class AboutCest
{
    public function checkAbout(FunctionalTester $I)
    {
        $I->amOnRoute('site/about');
        $I->see('About', 'h1');
    }
}