You are here

public function ImceTest::testGetButtons in IMCE 8.2

Same name and namespace in other branches
  1. 8 tests/src/Kernel/Plugin/CKEditorPlugin/ImceTest.php \Drupal\Tests\imce\Kernel\Plugin\CKEditorPlugin\ImceTest::testGetButtons()

Test getButtons().

File

tests/src/Kernel/Plugin/CKEditorPlugin/ImceTest.php, line 80

Class

ImceTest
Kernel tests for Imce plugins for CKEditor.

Namespace

Drupal\Tests\imce\Kernel\Plugin\CKEditorPlugin

Code

public function testGetButtons() {
  $buttons = $this->imce
    ->getButtons();
  $this
    ->assertIsArray($buttons);
}