You are here

public function UploadTest::testCore in IMCE 8

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

Test Upload type.

File

tests/src/Kernel/Plugin/ImcePlugin/UploadTest.php, line 97

Class

UploadTest
Kernel tests for Imce plugins for Imce Plugin Core.

Namespace

Drupal\Tests\imce\Kernel\Plugin\ImcePlugin

Code

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