Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / validator / Tests / Constraints / LessThanOrEqualValidatorTest.php
index bbd0604f84e1c320e67bad3d317ebb536b411fa4..f31a50e673c8fd54ddca2088c9b30eabcb87706b 100644 (file)
@@ -56,6 +56,17 @@ class LessThanOrEqualValidatorTest extends AbstractComparisonValidatorTestCase
         );
     }
 
+    /**
+     * {@inheritdoc}
+     */
+    public function provideValidComparisonsToPropertyPath()
+    {
+        return array(
+            array(4),
+            array(5),
+        );
+    }
+
     /**
      * {@inheritdoc}
      */