Adjusted testing namespaces in application templates

This commit is contained in:
Alexander Makarov
2014-08-24 14:14:35 +04:00
parent 2af195d8f7
commit c9d51ee0fd
57 changed files with 88 additions and 88 deletions

View File

@ -1,6 +1,6 @@
<?php
use codeception\_pages\LoginPage;
use tests\codeception\_pages\LoginPage;
$I = new FunctionalTester($scenario);
$I->wantTo('ensure that login works');