diff --git a/tests/unit/framework/db/DatabaseTestCase.php b/tests/unit/framework/db/DatabaseTestCase.php index 1449f68978..f83667db25 100644 --- a/tests/unit/framework/db/DatabaseTestCase.php +++ b/tests/unit/framework/db/DatabaseTestCase.php @@ -35,8 +35,8 @@ abstract class DatabaseTestCase extends TestCase } /** - * @param boolean $reset whether to clean up the test database - * @param boolean $open whether to open and populate test database + * @param boolean $reset whether to clean up the test database + * @param boolean $open whether to open and populate test database * @return \yii\db\Connection */ public function getConnection($reset = true, $open = true)