Browse Source

Use new title in test. Document that strings allowed.

pull/796/head
Rosie Le Faive 4 years ago
parent
commit
5ade4bf5dc
  1. BIN
      tests/src/Functional/.IslandoraFunctionalTestBase.php.swp
  2. BIN
      tests/src/Functional/.JsonldSelfReferenceReactionTest.php.swp
  3. BIN
      tests/src/Functional/.JsonldTypeAlterReactionTest.php.swp
  4. 2
      tests/src/Functional/JsonldTypeAlterReactionTest.php

BIN
tests/src/Functional/.IslandoraFunctionalTestBase.php.swp

Binary file not shown.

BIN
tests/src/Functional/.JsonldSelfReferenceReactionTest.php.swp

Binary file not shown.

BIN
tests/src/Functional/.JsonldTypeAlterReactionTest.php.swp

Binary file not shown.

2
tests/src/Functional/JsonldTypeAlterReactionTest.php

@ -65,7 +65,7 @@ class JsonldTypeAlterReactionTest extends JsonldSelfReferenceReactionTest {
$this->drupalGet("admin/structure/context/$context_name");
$this->getSession()->getPage()
->fillField("Source Field", "field_type_predicate");
->fillField("Field containing RDF type information", "field_type_predicate");
$this->getSession()->getPage()->pressButton("Save and continue");
$this->assertSession()
->pageTextContains("The context $context_name has been saved");

Loading…
Cancel
Save