You are here

public function ImageStyleXmlBasicAuthTest::testGet in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php \Drupal\Tests\image\Functional\Rest\ImageStyleXmlBasicAuthTest::testGet()
  2. 9 core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php \Drupal\Tests\image\Functional\Rest\ImageStyleXmlBasicAuthTest::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();
}