schemadotorg_starterkit_events-1.0.x-dev/tests/src/Functional/SchemaDotOrgStarterKitEventsConfigSnapshotTest.php
tests/src/Functional/SchemaDotOrgStarterKitEventsConfigSnapshotTest.php
<?php
declare(strict_types=1);
namespace Drupal\Tests\schemadotorg_starterkit_events\Functional;
use Drupal\Tests\schemadotorg\Functional\SchemaDotOrgConfigSnapshotTestBase;
/**
* Tests the generated configuration files against a config snapshot.
*
* @group schemadotorg
*/
class SchemaDotOrgStarterKitEventsConfigSnapshotTest extends SchemaDotOrgConfigSnapshotTestBase {
/**
* {@inheritdoc}
*/
protected static $modules = ['schemadotorg_starterkit_events'];
/**
* {@inheritdoc}
*/
protected string $snapshotDirectory = __DIR__ . '/../../schemadotorg/config/snapshot';
}
