setupDisplay example

use HandlerTestTrait;

  /** * {@inheritdoc} */
  protected function setUp(): void {
    parent::setUp();

    $this->setupViewsData();
    $this->setupExecutableAndView();
    $this->setupDisplay();
  }

  /** * @covers ::getEntityType */
  public function testGetEntityTypeForFieldOnBaseTable() {
    $handler = new TestHandler([], 'test_handler', []);
    $handler->init($this->executable, $this->display);

    $this->view->expects($this->any())
      ->method('get')
      
Home | Imprint | This part of the site doesn't use cookies.