commerce_license-8.x-2.x-dev/tests/modules/commerce_license_test/src/Plugin/Commerce/LicenseType/SimpleLicenseType.php
tests/modules/commerce_license_test/src/Plugin/Commerce/LicenseType/SimpleLicenseType.php
<?php
namespace Drupal\commerce_license_test\Plugin\Commerce\LicenseType;
/**
* This license type plugin is for use in tests that don't need to do anything.
*
* @CommerceLicenseType(
* id = "simple",
* label = @Translation("Simple license"),
* )
*/
class SimpleLicenseType extends TestLicenseBase {
}
