protected function LingotekTestBase::editAsNewDraftNodeForm in Lingotek Translation 3.0.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::editAsNewDraftNodeForm()
- 4.0.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::editAsNewDraftNodeForm()
- 3.1.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::editAsNewDraftNodeForm()
- 3.2.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::editAsNewDraftNodeForm()
- 3.3.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::editAsNewDraftNodeForm()
- 3.4.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::editAsNewDraftNodeForm()
- 3.5.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::editAsNewDraftNodeForm()
- 3.6.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::editAsNewDraftNodeForm()
- 3.7.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::editAsNewDraftNodeForm()
- 3.8.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::editAsNewDraftNodeForm()
2 calls to LingotekTestBase::editAsNewDraftNodeForm()
- LingotekContentModerationTest::testUpdateEntityWithAutomaticProfileAndInUploadState in tests/
src/ Functional/ LingotekContentModerationTest.php - Tests updating an entity with automatic profile and in upload state is uploaded.
- LingotekContentModerationTest::testUpdateEntityWithManualProfileAndInUploadState in tests/
src/ Functional/ LingotekContentModerationTest.php - Tests updating an entity with manual profile and in upload state is not uploaded.
File
- tests/
src/ Functional/ LingotekTestBase.php, line 337
Class
- LingotekTestBase
- Base class for Lingotek test. Performs authorization of the account.
Namespace
Drupal\Tests\lingotek\FunctionalCode
protected function editAsNewDraftNodeForm($path, array $edit) {
$edit['moderation_state[0][state]'] = 'draft';
$this
->drupalPostForm($path, $edit, t('Save'));
}