summaryrefslogtreecommitdiffstats
path: root/resources/page/testhelpers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'resources/page/testhelpers_test.go')
-rw-r--r--resources/page/testhelpers_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/page/testhelpers_test.go b/resources/page/testhelpers_test.go
index e80ed422d..cedbc74e9 100644
--- a/resources/page/testhelpers_test.go
+++ b/resources/page/testhelpers_test.go
@@ -127,10 +127,12 @@ func (p *testPage) AlternativeOutputFormats() OutputFormats {
panic("testpage: not implemented")
}
+// Deprecated: Use taxonomies instead.
func (p *testPage) Author() Author {
return Author{}
}
+// Deprecated: Use taxonomies instead.
func (p *testPage) Authors() AuthorList {
return nil
}