From cc240811f1c446bfce85d5920d850e06d45935ad Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 25 May 2012 12:47:13 +0300 Subject: [PATCH] added explicit modifier --- tests/unit/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/TestCase.php b/tests/unit/TestCase.php index fa77eab..458c6f3 100644 --- a/tests/unit/TestCase.php +++ b/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');