mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-14 21:30:17 +08:00
pull origin
This commit is contained in:
@@ -27,11 +27,13 @@ abstract class BasePage extends Component
|
||||
* the route and the rest of the name-value pairs are treated as GET parameters, e.g. `array('site/page', 'name' => 'about')`.
|
||||
*/
|
||||
public $route;
|
||||
|
||||
/**
|
||||
* @var \Codeception\AbstractGuy the testing guy object
|
||||
*/
|
||||
protected $guy;
|
||||
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
|
||||
@@ -33,6 +33,7 @@ class TestCase extends Test
|
||||
*/
|
||||
public $appConfig = '@tests/unit/_config.php';
|
||||
|
||||
|
||||
/**
|
||||
* Returns the value of an object property.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user