Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / validator / Tests / Constraints / NotEqualToValidatorTest.php
index fb9aa9f6e8b8698385e560bdb8769309ece7e95a..e7031d4c4dfd84f8bdc03b97293b9d5dd537baa5 100644 (file)
@@ -50,6 +50,16 @@ class NotEqualToValidatorTest extends AbstractComparisonValidatorTestCase
         );
     }
 
+    /**
+     * {@inheritdoc}
+     */
+    public function provideValidComparisonsToPropertyPath()
+    {
+        return array(
+            array(0),
+        );
+    }
+
     /**
      * {@inheritdoc}
      */