public function MetatagHreflangWithEntityTranslationTest::testFormFields in Metatag 7
Confirm each locale has a field and shows the appropriate default value.
File
- metatag_hreflang/tests/ MetatagHreflangWithEntityTranslationTest.test, line 129 
- Tests for hreflang handle when Entity Translation is used.
Class
- MetatagHreflangWithEntityTranslationTest
- Tests for hreflang handle when Entity Translation is used.
Code
public function testFormFields() {
  $this
    ->drupalGet('node/add/page');
  $this
    ->assertResponse(200);
  // Confirm the fields exist.
  $this
    ->assertHreflangFields('en');
}