protected function ContentTypeBuilderTest::testNavigateBack in Schema.org configuration tool (RDF UI) 8
Tests back button of second form in Content Type Builder.
File
- rdf_builder/
src/ Tests/ ContentTypeBuilderTest.php, line 104
Class
- ContentTypeBuilderTest
- Tests the Content Type Builder.
Namespace
Drupal\rdf_builder\TestsCode
protected function testNavigateBack() {
$this
->editFormOne();
$this
->drupalPostForm(NULL, array(), t('< Back'));
$this
->assertRaw("Create a content type by importing Schema.Org entity type.", "Navigated back to form one.");
// Test default option.
}