function 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\Kernel

Code

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.