function WorkspacesFileItemTest::testGenerateSampleValue
Same name and namespace in other branches
- 11.x core/modules/workspaces/tests/src/Kernel/WorkspacesFileItemTest.php \Drupal\Tests\workspaces\Kernel\WorkspacesFileItemTest::testGenerateSampleValue()
Tests sample value generation with actual allowed file extensions.
Overrides FileItemTest::testGenerateSampleValue
File
-
core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspacesFileItemTest.php, line 68
Class
- WorkspacesFileItemTest
- Tests using entity fields of the file field type in a workspace.
Namespace
Drupal\Tests\workspaces\KernelCode
public function testGenerateSampleValue() : void {
$this->markTestSkipped("This is already implemented and tested in base class. We don't require in child class.");
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.