Updating Media dependent modules to versions compatible with core Media.
[yaffs-website] / web / modules / contrib / media_entity_slideshow / tests / src / Unit / ConstraintsTest.php
index 73a8f1f5f231fb20793da5de3e9b40d36830b620..fb1edd6a6b5a9a0bd52b96c37cf038a91a37cf4c 100644 (file)
@@ -9,7 +9,7 @@ use Drupal\Tests\UnitTestCase;
 /**
  * Tests media_entity_slideshow constraints.
  *
- * @group media_entity
+ * @group media_entity_slideshow
  */
 class ConstraintsTest extends UnitTestCase {
 
@@ -65,7 +65,7 @@ class TestMediaEntityConstraints {
    *
    * @var array
    */
-  protected $sourceFields = array();
+  protected $sourceFields = [];
 
   /**
    * TestMediaEntityConstraints constructor.