From 0a95c49149bde1720bf02cbd70ca97a327cd6a6b Mon Sep 17 00:00:00 2001 From: Qiang Xue <qiang.xue@gmail.com> Date: Mon, 8 Sep 2014 08:01:53 -0400 Subject: [PATCH] Fixed test case. --- tests/unit/framework/test/ArrayFixtureTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/framework/test/ArrayFixtureTest.php b/tests/unit/framework/test/ArrayFixtureTest.php index fcf361a..e8df112 100644 --- a/tests/unit/framework/test/ArrayFixtureTest.php +++ b/tests/unit/framework/test/ArrayFixtureTest.php @@ -47,7 +47,7 @@ class ArrayFixtureTest extends TestCase } /** - * @expectedException yii\base\InvalidParamException + * @expectedException \yii\base\InvalidConfigException */ public function testWrongDataFileException() { -- libgit2 0.27.1