<?php

declare(strict_types=1);

namespace Drupal\Tests\Component\Plugin\Fixtures\vegetable;

/**
 * Provides an interface for test plugins.
 */
interface VegetableInterface {}
