You are here

public function ImceFolderTest::testItem in IMCE 8.2

Same name and namespace in other branches
  1. 8 tests/src/Kernel/ImceFolderTest.php \Drupal\Tests\imce\Kernel\ImceFolderTest::testItem()

Test variable ImceFolder::items after scan.

File

tests/src/Kernel/ImceFolderTest.php, line 101

Class

ImceFolderTest
Kernel tests for ImceFolder.

Namespace

Drupal\Tests\imce\Kernel

Code

public function testItem() {
  $items = $this->imceFolder->items;
  $this
    ->assertIsArray($items);
}