public function ip2countryTestCase::testDbCronUpdate in IP-based Determination of a Visitor's Country 7
Same name and namespace in other branches
- 6 ip2country.test \ip2countryTestCase::testDBCronUpdate()
Tests cron DB update.
File
- tests/
ip2country.test, line 330 - Tests suite for the ip2country module.
Class
- ip2countryTestCase
- Tests operations of the IP to Country module.
Code
public function testDbCronUpdate() {
$this
->pass(t('testDbCronUpdate passed.'));
}