page_tester-1.0.x-dev/tests_modules/tester_plugins/src/Plugin/Tests/CustomExample.php
tests_modules/tester_plugins/src/Plugin/Tests/CustomExample.php
<?php
declare(strict_types=1);
namespace Drupal\tester_plugins\Plugin\Tests;
use Drupal\page_tester\TestsPluginBase;
/**
* Plugin implementation of the tests.
*
* @Tests(
* id = "custom_example",
* label = @Translation("CustomExample"),
* description = @Translation("CustomExample description.")
* )
*/
final class CustomExample extends TestsPluginBase {
}
