function JsonApiSpecTest::testIsValidCustomQueryParameter

Same name and namespace in other branches
  1. 10 core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php \Drupal\Tests\jsonapi\Unit\JsonApiSpecTest::testIsValidCustomQueryParameter()
  2. 9 core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php \Drupal\Tests\jsonapi\Unit\JsonApiSpecTest::testIsValidCustomQueryParameter()
  3. 8.9.x core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php \Drupal\Tests\jsonapi\Unit\JsonApiSpecTest::testIsValidCustomQueryParameter()

Provides test cases.

@legacy-covers ::isValidCustomQueryParameter @legacy-covers ::isValidMemberName

Attributes

#[DataProvider('providerTestIsValidCustomQueryParameter')]

File

core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php, line 109

Class

JsonApiSpecTest
Tests Drupal\jsonapi\JsonApiSpec.

Namespace

Drupal\Tests\jsonapi\Unit

Code

public function testIsValidCustomQueryParameter($custom_query_parameter, $expected) : void {
  $this->assertSame($expected, JsonApiSpec::isValidCustomQueryParameter($custom_query_parameter));
}

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