book-2.0.x-dev/tests/src/Functional/GenericTest.php
tests/src/Functional/GenericTest.php
<?php
declare(strict_types=1);
namespace Drupal\Tests\book\Functional;
use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
/**
* Generic module test for book.
*
* @group book
*/
class GenericTest extends GenericModuleTestBase {}
