You are here

public function ImceTest::testGetButtons in IMCE 8

Same name and namespace in other branches
  1. 8.2 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 79

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
    ->assertTrue(is_array($buttons));
}