Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / class-loader / Tests / Psr4ClassLoaderTest.php
index 8c7ef7978616a9ef0691c2a6520229afdc32eba4..b085ee2d72e5d087ae9a15be352eec1622051603 100644 (file)
@@ -14,6 +14,9 @@ namespace Symfony\Component\ClassLoader\Tests;
 use PHPUnit\Framework\TestCase;
 use Symfony\Component\ClassLoader\Psr4ClassLoader;
 
+/**
+ * @group legacy
+ */
 class Psr4ClassLoaderTest extends TestCase
 {
     /**