Skip to content
Snippets Groups Projects

Issue #3243422: Add a kernel test of WritableFileSystemValidator

Merged Issue #3243422: Add a kernel test of WritableFileSystemValidator
1 unresolved thread
Merged Ted Bowman requested to merge issue/automatic_updates-3243422:3243422-use-vfs into 8.x-2.x
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
41 /**
42 * Data provider for ::testWritable().
43 *
44 * @return array[]
45 * Sets of arguments to pass to the test method.
46 */
47 public function providerWritable(): array {
48 $root_error = t('The Drupal directory "vfs://htdoc/root" is not writable.');
49 $vendor_error = t('The vendor directory "vfs://htdoc/vendor" is not writable.');
50 $summary = t('The file system is not writable.');
51
52 return [
53 'root and vendor are writable' => [
54 [
55 'root' => TRUE,
56 'vendor' => TRUE,
  • Ted Bowman added 1 commit

    added 1 commit

    Compare with previous version

  • Ted Bowman added 1 commit

    added 1 commit

    Compare with previous version

  • Ted Bowman added 1 commit

    added 1 commit

    • dde0fe37 - separate out test case parameters

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading