You are here

protected function LocationCCK2Test::getTestContentName in Location 7.3

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

File

tests/location_cck2.test, line 51

Class

LocationCCK2Test

Code

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