FileUploadTest::SKIP_METHODS

Same name in other branches
  1. 10 core/modules/jsonapi/tests/src/Functional/FileUploadTest.php \Drupal\Tests\jsonapi\Functional\FileUploadTest::SKIP_METHODS

A list of test methods to skip.

File

core/modules/jsonapi/tests/src/Functional/FileUploadTest.php, line 115

Class

FileUploadTest
Tests binary data file upload route.

Namespace

Drupal\Tests\jsonapi\Functional

Code

const SKIP_METHODS = [
    'testGetIndividual',
    'testIndividual',
    'testCollection',
    'testRelationships',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.