You are here

protected function LocationCCK2Test::getTestFieldName in Location 7.3

1 call to LocationCCK2Test::getTestFieldName()
LocationCCK2Test::testCCK2 in tests/location_cck2.test

File

tests/location_cck2.test, line 59

Class

LocationCCK2Test

Code

protected function getTestFieldName() {
  if (!self::$field_name) {
    $this
      ->addLocationContentType2();
  }
  return self::$field_name;
}