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