Skip to content

Commit

Permalink
Dev: Better name for test
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jun 26, 2017
1 parent cccd61e commit d67ae34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/helpers/UpdateDbHelperTest.php
Expand Up @@ -12,7 +12,7 @@ class UpdateDbHelperTest extends TestBaseClass
/**
* Run db_upgrade_all().
*/
public function testBasic()
public function testDbUpgradeAll()
{
$db = \Yii::app()->getDb();

Expand Down Expand Up @@ -61,7 +61,7 @@ public function testBasic()

// Run SQL install file.
$result = $inst->_executeSQLFile($file, 'lime_');
$this->assertEquals([], $result, 'No error messages');
$this->assertEquals([], $result, 'No error messages from _executeSQLFile');

// Run upgrade.
$result = \db_upgrade_all(153);
Expand Down

0 comments on commit d67ae34

Please sign in to comment.