Skip to content
Snippets Groups Projects
Commit f4e846bd authored by catch's avatar catch
Browse files

Issue #3449879 by mondrake: Prepare Drupal/Test/Component tests for conversion to attributes

parent e2b45c38
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
use PHPUnit\Framework\TestCase;
/**
* @coversDefaultClass \Drupal\Component\Annotation\PluginId
* @coversDefaultClass \Drupal\Component\Annotation\PluginID
* @group Annotation
*/
class PluginIdTest extends TestCase {
......
......@@ -8,7 +8,7 @@
use PHPUnit\Framework\TestCase;
/**
* @coversDefaultClass \Drupal\Component\Plugin\Attribute\PluginId
* @coversDefaultClass \Drupal\Component\Plugin\Attribute\PluginID
* @group Attribute
*/
class PluginIdTest extends TestCase {
......
......@@ -8,7 +8,7 @@
use PHPUnit\Framework\TestCase;
/**
* @coversDefaultClass \Drupal\Component\Annotation\Plugin
* @coversDefaultClass \Drupal\Component\Plugin\Attribute\Plugin
* @group Attribute
*/
class PluginTest extends TestCase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment