Commit 30f09e58 authored by Damien McKenna's avatar Damien McKenna Committed by Damien McKenna
Browse files

Issue #3271006 by DamienMcKenna: Add the Date module as a test dependency.

parent 3df974ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ Metatag 7.x-1.x-dev, xxxx-xx-xx
#3106872 by DamienMcKenna: Change uses of http:// to https://.
#3243694 by DamienMcKenna, Kasey_MK: Avoid similar-sounding links with different
  purposes.
#3271006 by DamienMcKenna: Add the Date module as a test dependency.


Metatag 7.x-1.28, 2021-07-12
+7 −0
Original line number Diff line number Diff line
@@ -31,6 +31,13 @@ files[] = views/metatag_handler_field_serialized_list.inc


; Tests.
; The Token module causes tests to fail when the Date module is not available,
; resulting in the following error:
;   exception: [User warning] Line 912 of token/token.tokens.inc:
;   Attempting to perform token replacement for token type date without required
;   data.
test_dependencies[] = date:date

; Devel is a dependency for all tests as it's used to automatically trim meta
; tags to a certain length.
test_dependencies[] = devel:devel