public function ImceTest::testGetFile in IMCE 8.2
Same name and namespace in other branches
- 8 tests/src/Kernel/Plugin/CKEditorPlugin/ImceTest.php \Drupal\Tests\imce\Kernel\Plugin\CKEditorPlugin\ImceTest::testGetFile()
Test getFile().
File
- tests/
src/ Kernel/ Plugin/ CKEditorPlugin/ ImceTest.php, line 88
Class
- ImceTest
- Kernel tests for Imce plugins for CKEditor.
Namespace
Drupal\Tests\imce\Kernel\Plugin\CKEditorPluginCode
public function testGetFile() {
$pathFile = $this->imce
->getFile();
$this
->assertIsString($pathFile);
}