diff --git a/application/tests/TestCase.php b/application/tests/TestCase.php index add4f90..98a04fa 100644 --- a/application/tests/TestCase.php +++ b/application/tests/TestCase.php @@ -8,7 +8,7 @@ public static function setUpBeforeClass() { parent::setUpBeforeClass(); - // Run migration once + // Run migrations once if (! self::$migrate) { $CI =& get_instance(); diff --git a/application/tests/TestCase.php.dist b/application/tests/TestCase.php.dist index add4f90..98a04fa 100644 --- a/application/tests/TestCase.php.dist +++ b/application/tests/TestCase.php.dist @@ -8,7 +8,7 @@ class TestCase extends CIPHPUnitTestCase { parent::setUpBeforeClass(); - // Run migration once + // Run migrations once if (! self::$migrate) { $CI =& get_instance();