public function UploadTest::test in IMCE 8
Same name and namespace in other branches
- 8.2 tests/src/Kernel/Plugin/ImcePlugin/UploadTest.php \Drupal\Tests\imce\Kernel\Plugin\ImcePlugin\UploadTest::test()
This method will be removed.
File
- tests/
src/ Kernel/ Plugin/ ImcePlugin/ UploadTest.php, line 72
Class
- UploadTest
- Kernel tests for Imce plugins for Imce Plugin Core.
Namespace
Drupal\Tests\imce\Kernel\Plugin\ImcePluginCode
public function test() {
$this
->assertEquals('test', 'test');
}