Browse Source

added explicit modifier

tags/2.0.0-beta
Alexander Makarov 13 years ago
parent
commit
cc240811f1
  1. 2
      tests/unit/TestCase.php

2
tests/unit/TestCase.php

@ -6,7 +6,7 @@ class TestCase extends \yii\test\TestCase
{
public static $params;
function getParam($name)
public function getParam($name)
{
if (self::$params === null) {
self::$params = require(__DIR__ . '/data/config.php');

Loading…
Cancel
Save