aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/feed_copyright/SPtests/atom/0.3/dc/1.0/rights.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/feed_copyright/SPtests/atom/0.3/dc/1.0/rights.php')
-rw-r--r--simplepie/test/feed_copyright/SPtests/atom/0.3/dc/1.0/rights.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/simplepie/test/feed_copyright/SPtests/atom/0.3/dc/1.0/rights.php b/simplepie/test/feed_copyright/SPtests/atom/0.3/dc/1.0/rights.php
new file mode 100644
index 000000000..fc3058b0d
--- /dev/null
+++ b/simplepie/test/feed_copyright/SPtests/atom/0.3/dc/1.0/rights.php
@@ -0,0 +1,19 @@
+<?php
+
+class SimplePie_Feed_Copyright_Test_Atom_03_DC_10 extends SimplePie_Feed_Copyright_Test
+{
+ function data()
+ {
+ $this->data =
+'<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.0/">
+ <dc:rights>Example Copyright Information</dc:rights>
+</feed>';
+ }
+
+ function expected()
+ {
+ $this->expected = 'Example Copyright Information';
+ }
+}
+
+?> \ No newline at end of file