protected static property AuthenticationTestBase::$filesData in Entity Share 8.3
An array of data to generate physical files.
Type: array
File
- modules/
entity_share_client/ tests/ src/ Functional/ AuthenticationTestBase.php, line 50
Class
- AuthenticationTestBase
- Base class for functional tests of ES authorization plugins.
Namespace
Drupal\Tests\entity_share_client\FunctionalCode
protected static $filesData = [
'private_file' => [
'filename' => 'test_private.txt',
'filemime' => 'text/plain',
'uri' => 'private://test_private.txt',
'file_content' => 'Drupal',
],
];