Skip to content

Commit

Permalink
Merge pull request #1675 from jim-parry/fix/testgroups
Browse files Browse the repository at this point in the history
Add missing test group directives
  • Loading branch information
jim-parry authored Jan 19, 2019
2 parents be85033 + af99f7f commit b510f7d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tests/system/Database/Live/AliasTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

use CodeIgniter\Test\CIDatabaseTestCase;

/**
* @group DatabaseLive
*/
class AliasTest extends CIDatabaseTestCase
{
protected $refresh = true;
Expand Down
5 changes: 3 additions & 2 deletions tests/system/Database/Live/ConnectTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?php namespace CodeIgniter\Database\Live;

;

use CodeIgniter\Config\Config;
use CodeIgniter\Test\CIDatabaseTestCase;
use Config\Database;

/**
* @group DatabaseLive
*/
class ConnectTest extends CIDatabaseTestCase
{
protected $group1;
Expand Down
3 changes: 3 additions & 0 deletions tests/system/Database/Migrations/MigrationRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
use org\bovigo\vfs\vfsStream;
use CodeIgniter\Test\CIDatabaseTestCase;

/**
* @group DatabaseLive
*/
class MigrationRunnerTest extends CIDatabaseTestCase
{
protected $root;
Expand Down

0 comments on commit b510f7d

Please sign in to comment.