Text!

', ['url' => 'example']); $expected = [ 'command' => 'openDialog', 'selector' => '#drupal-off-canvas', 'settings' => NULL, 'data' => '

Text!

', 'dialogOptions' => [ 'url' => 'example', 'title' => 'Title', 'modal' => FALSE, 'autoResize' => FALSE, 'resizable' => 'w', 'draggable' => FALSE, 'drupalAutoButtons' => FALSE, 'buttons' => [], ], 'effect' => 'fade', 'speed' => 1000, ]; $this->assertEquals($expected, $command->render()); } }