From d34e3c326f159b69ce97bf28d0abf0faf93d1ff2 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Mon, 2 Jun 2014 20:14:48 +0400 Subject: [PATCH] Fixed typo in test --- tests/unit/framework/ar/ActiveRecordTestTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/framework/ar/ActiveRecordTestTrait.php b/tests/unit/framework/ar/ActiveRecordTestTrait.php index 840860f619..88ab57b23e 100644 --- a/tests/unit/framework/ar/ActiveRecordTestTrait.php +++ b/tests/unit/framework/ar/ActiveRecordTestTrait.php @@ -728,7 +728,7 @@ trait ActiveRecordTestTrait public function testUnlinkAll() { - /** @var \yii\db\ActiveRecordInterface $customewdfsdfdfsfd + /** @var \yii\db\ActiveRecordInterface $customerClass */ $customerClass = $this->getCustomerClass(); /** @var \yii\db\ActiveRecordInterface $orderClass */ $orderClass = $this->getOrderClass();