You are here

public function DeleteTest::testOperation in IMCE 8

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

Test operation of delete.

File

tests/src/Kernel/Plugin/ImcePlugin/DeleteTest.php, line 142

Class

DeleteTest
Kernel tests for Imce plugins for Imce Plugin Core.

Namespace

Drupal\Tests\imce\Kernel\Plugin\ImcePlugin

Code

public function testOperation() {
  $this
    ->assertEquals($this->imceFM
    ->getOp(), 'delete');
}