You are here

public function NewFolderTest::testCore in IMCE 8

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/Plugin/ImcePlugin/NewFolderTest.php \Drupal\Tests\imce\Kernel\Plugin\ImcePlugin\NewFolderTest::testCore()

Test NewFolder type.

File

tests/src/Kernel/Plugin/ImcePlugin/NewFolderTest.php, line 136

Class

NewFolderTest
Kernel tests for Imce plugins for Imce Plugin NewFolder.

Namespace

Drupal\Tests\imce\Kernel\Plugin\ImcePlugin

Code

public function testCore() {
  $this
    ->assertInstanceOf(ImcePluginInterface::class, $this->newFolder);
}