public function LanguageTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php \Drupal\Tests\ckeditor\Unit\Plugin\CKEditorPlugin\LanguageTest::setUp()
- 10 core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php \Drupal\Tests\ckeditor\Unit\Plugin\CKEditorPlugin\LanguageTest::setUp()
Overrides UnitTestCase::setUp
File
- core/
modules/ ckeditor/ tests/ src/ Unit/ Plugin/ CKEditorPlugin/ LanguageTest.php, line 26
Class
- LanguageTest
- @coversDefaultClass \Drupal\ckeditor\Plugin\CKEditorPlugin\Language
Namespace
Drupal\Tests\ckeditor\Unit\Plugin\CKEditorPluginCode
public function setUp() {
$this->plugin = new Language([], $this
->randomMachineName(), []);
}