Browse Source

Merge pull request #7598 from pana1990/patch

Deleted spaces [skip ci]
tags/2.0.4
Alexander Makarov 10 years ago
parent
commit
40661d92be
  1. 4
      tests/unit/framework/db/DatabaseTestCase.php

4
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)

Loading…
Cancel
Save