VocabularyJsonAnonTest.php in Drupal 8
File
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonAnonTest.php
View source
<?php
namespace Drupal\Tests\taxonomy\Functional\Rest;
use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
class VocabularyJsonAnonTest extends VocabularyResourceTestBase {
use AnonResourceTestTrait;
protected static $format = 'json';
protected static $mimeType = 'application/json';
protected $defaultTheme = 'stark';
public function testGet() {
$this
->markTestSkipped();
}
}