You are here

public function SchemaTest::testSchema in Thunder 6.2.x

Tests the article schema.

@group NoUpdate

@dataProvider schemas

Parameters

string $schema: Schema name to test.

Throws

\GuzzleHttp\Exception\GuzzleException

File

modules/thunder_gqls/tests/src/Functional/SchemaTest.php, line 29

Class

SchemaTest
Test the schema.

Namespace

Drupal\Tests\thunder_gqls\Functional

Code

public function testSchema(string $schema) {
  $this
    ->runAndTestQuery($schema);
}