You are here

public property SchemaJobPostingTest::$schemaTags in Schema.org Metatag 8

All of the individual tags which will be tested.

Type: array

Overrides SchemaMetatagTagsTestBase::$schemaTags

File

schema_job_posting/tests/src/Functional/SchemaJobPostingTest.php, line 33

Class

SchemaJobPostingTest
Tests that each of the Schema Metatag Articles tags work correctly.

Namespace

Drupal\Tests\schema_job_posting\Functional

Code

public $schemaTags = [
  'schema_job_posting_base_salary' => 'SchemaJobPostingBaseSalary',
  'schema_job_posting_date_posted' => 'SchemaJobPostingDatePosted',
  'schema_job_posting_description' => 'SchemaJobPostingDescription',
  'schema_job_posting_employment_type' => 'SchemaJobPostingEmploymentType',
  'schema_job_posting_hiring_organization' => 'SchemaJobPostingHiringOrganization',
  'schema_job_posting_identifier' => 'SchemaJobPostingIdentifier',
  'schema_job_posting_industry' => 'SchemaJobPostingIndustry',
  'schema_job_posting_job_benefits' => 'SchemaJobPostingJobBenefits',
  'schema_job_posting_job_location' => 'SchemaJobPostingJobLocation',
  'schema_job_posting_occupational_category' => 'SchemaJobPostingOccupationalCategory',
  'schema_job_posting_qualifications' => 'SchemaJobPostingQualifications',
  'schema_job_posting_responsibilities' => 'SchemaJobPostingResponsibilities',
  'schema_job_posting_title' => 'SchemaJobPostingTitle',
  'schema_job_posting_type' => 'SchemaJobPostingType',
  'schema_job_posting_valid_through' => 'SchemaJobPostingValidThrough',
];