Skip to content
Snippets Groups Projects
Commit 7b7f4fbd authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2079551 by pwolanin: Fixed @file doxygen for test classes under Drupal\system\Tests\Plugin.

parent 8121d120
No related branches found
No related tags found
No related merge requests found
Showing
with 9 additions and 9 deletions
......@@ -2,7 +2,7 @@
/**
* @file
* Definition of Drupal\system\Tests\Plugin\AlterDecoratorTest.
* Contains \Drupal\system\Tests\Plugin\AlterDecoratorTest.
*/
namespace Drupal\system\Tests\Plugin;
......
......@@ -2,7 +2,7 @@
/**
* @file
* Contains Drupal\system\Tests\Plugin\CacheDecoratorLanguageTest.
* Contains \Drupal\system\Tests\Plugin\CacheDecoratorLanguageTest.
*/
namespace Drupal\system\Tests\Plugin;
......
......@@ -2,7 +2,7 @@
/**
* @file
* Definition of Drupal\system\Tests\Plugin\DerivativeTest.
* Contains \Drupal\system\Tests\Plugin\DerivativeTest.
*/
namespace Drupal\system\Tests\Plugin;
......
......@@ -2,7 +2,7 @@
/**
* @file
* Definition of Drupal\system\Tests\Plugin\Discovery\AnnotatedClassDiscoveryTest.
* Contains \Drupal\system\Tests\Plugin\Discovery\AnnotatedClassDiscoveryTest.
*/
namespace Drupal\system\Tests\Plugin\Discovery;
......
......@@ -2,7 +2,7 @@
/**
* @file
* Definition of Drupal\system\Tests\Plugin\Discovery\DiscoveryTestBase.
* Contains \Drupal\system\Tests\Plugin\Discovery\DiscoveryTestBase.
*/
namespace Drupal\system\Tests\Plugin\Discovery;
......
......@@ -2,7 +2,7 @@
/**
* @file
* Definition of Drupal\system\Tests\Plugin\Discovery\StaticDiscoveryTest.
* Contains \Drupal\system\Tests\Plugin\Discovery\StaticDiscoveryTest.
*/
namespace Drupal\system\Tests\Plugin\Discovery;
......
......@@ -2,7 +2,7 @@
/**
* @file
* Definition of Drupal\system\Tests\Plugin\FactoryTest.
* Contains \Drupal\system\Tests\Plugin\FactoryTest.
*/
namespace Drupal\system\Tests\Plugin;
......
......@@ -2,7 +2,7 @@
/**
* @file
* Definition of Drupal\system\Tests\Plugin\InspectionTest
* Contains \Drupal\system\Tests\Plugin\InspectionTest
*/
namespace Drupal\system\Tests\Plugin;
......
......@@ -2,7 +2,7 @@
/**
* @file
* Definition of Drupal\system\Tests\Plugin\PluginTestBase.
* Contains \Drupal\system\Tests\Plugin\PluginTestBase.
*/
namespace Drupal\system\Tests\Plugin;
......
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