function ImageStyleXmlBasicAuthTest::testGet

Tests a GET request for an entity, plus edge cases to ensure good DX.

Overrides EntityResourceTestBase::testGet

File

core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php, line 44

Class

ImageStyleXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\image\Functional\Rest

Code

public function testGet() {
  // @todo Remove this method override in https://www.drupal.org/node/2905655
  $this->markTestSkipped();
}

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