You are here

public function ScaldLocalizeTestCase::testScaldTextGroup in Scald: Media Management made easy 7

Tests if the Scald text group is successfully registered.

File

tests/scald.test, line 698
Tests for scald.module.

Class

ScaldLocalizeTestCase
Test the Scald localization.

Code

public function testScaldTextGroup() {
  $this
    ->assertTrue(i18n_string_group_info('scald'), 'Scald text group successfully registered.');
}