mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 13:58:24 +08:00
Fixed typo in test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user