Skip to content
Snippets Groups Projects

remove

Closed quietone requested to merge issue/drupal-3442766:3442766-remove-deprecated-for into 11.x
2 unresolved threads

Closes #3442766

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
403 403 /**
404 404 * Tests configuration value data type enforcement using schemas.
405 405 *
406 406 * @group legacy
  • Stephen Mustgrave added 52 commits

    added 52 commits

    • c9bf1d6e...75fbba33 - 50 commits from branch project:11.x
    • 476df1f8 - Merge branch '11.x' of git.drupal.org:project/drupal into 3442766-remove-deprecated-for
    • 5150b1a0 - Remvoe legacy

    Compare with previous version

  • catch @catch started a thread on the diff
  • 434 'config_schema_test_integer' => 1,
    435 'config_schema_test_integer_empty_string' => NULL,
    436 'integer' => 100,
    437 'null_integer' => NULL,
    438 'float' => 3.14,
    439 'null_float' => NULL,
    440 'string' => '1',
    441 'null_string' => NULL,
    442 'empty_string' => '',
    443 'boolean' => TRUE,
    444 'no_type' => 1,
    445 'mapping' => [
    446 'string' => '1',
    447 ],
    448 'sequence' => [TRUE, FALSE, TRUE],
    449 'sequence_bc' => [TRUE, FALSE, TRUE],
    • Maintainer

      not sure about the coverage removal here - would it not be enough to remove this line and the expectDeprecation. Not really familiar with this though so could be wrong.

    • Please register or sign in to reply
  • Stephen Mustgrave added 7 commits

    added 7 commits

    • 5150b1a0...ddf4ed62 - 5 commits from branch project:11.x
    • ae890063 - Merge branch '11.x' of git.drupal.org:project/drupal into 3442766-remove-deprecated-for
    • 04e2b420 - Add back to test

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading