public function Ip2CountryTest::testDbCronUpdate in IP-based Determination of a Visitor's Country 8
Tests cron DB update.
File
- tests/
src/ Functional/ Ip2CountryTest.php, line 315
Class
- Ip2CountryTest
- Tests operations of the IP to Country module.
Namespace
Drupal\Tests\ip2country\FunctionalCode
public function testDbCronUpdate() {
$this
->assertTrue(TRUE, 'testDbCronUpdate passed.');
}