예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     parent::setUp();
     $this->tokenService = \Drupal::token();
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     parent::setUp();
     $this->installEntitySchema('file');
 }
예제 #3
0
파일: DateTest.php 프로젝트: Wylbur/gj
 /**
  * {@inheritdoc}
  */
 protected function setUp()
 {
     parent::setUp();
     $this->installConfig(['system', 'token_module_test']);
 }