public function ImceFolderTest::testSubfolders in IMCE 8
Same name and namespace in other branches
- 8.2 tests/src/Kernel/ImceFolderTest.php \Drupal\Tests\imce\Kernel\ImceFolderTest::testSubfolders()
Test variable ImceFolder::subfolders after scan.
File
- tests/
src/ Kernel/ ImceFolderTest.php, line 76
Class
- ImceFolderTest
- Kernel tests for ImceFolder.
Namespace
Drupal\Tests\imce\KernelCode
public function testSubfolders() {
$subfolders = $this->imceFolder->subfolders;
$this
->assertTrue(is_array($subfolders));
}