diff --git a/t/tests/Test/WebGUI/Asset.pm b/t/tests/Test/WebGUI/Asset.pm index 241beb566..b7c1b6af4 100644 --- a/t/tests/Test/WebGUI/Asset.pm +++ b/t/tests/Test/WebGUI/Asset.pm @@ -27,6 +27,10 @@ sub constructorExtras { return; } +sub postProcessMergedProperties { + return; +} + sub debug { # if the last eval { } caught something, give full diagnostics on that and stop the tests.