From 9f7ae0e95f89b964a098eaacdfd89ff25e05c615 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 5 Jul 2010 03:34:42 -0700 Subject: Add simplepie --- .../SPtests/atom/0.3/dc/1.0/creator.php | 21 +++++++++++++++++ .../SPtests/atom/0.3/dc/1.1/creator.php | 21 +++++++++++++++++ .../SPtests/atom/0.3/feed.php | 24 ++++++++++++++++++++ .../SPtests/atom/0.3/name.php | 23 +++++++++++++++++++ .../SPtests/atom/1.0/dc/1.0/creator.php | 21 +++++++++++++++++ .../SPtests/atom/1.0/dc/1.1/creator.php | 21 +++++++++++++++++ .../SPtests/atom/1.0/feed.php | 24 ++++++++++++++++++++ .../SPtests/atom/1.0/name.php | 23 +++++++++++++++++++ .../SPtests/atom/1.0/source.php | 25 +++++++++++++++++++++ .../SPtests/rss/0.90/atom/0.3/name.php | 23 +++++++++++++++++++ .../SPtests/rss/0.90/atom/1.0/name.php | 23 +++++++++++++++++++ .../SPtests/rss/0.90/dc/1.0/creator.php | 21 +++++++++++++++++ .../SPtests/rss/0.90/dc/1.1/creator.php | 21 +++++++++++++++++ .../SPtests/rss/0.91-netscape/atom/0.3/name.php | 26 ++++++++++++++++++++++ .../SPtests/rss/0.91-netscape/atom/1.0/name.php | 26 ++++++++++++++++++++++ .../SPtests/rss/0.91-netscape/dc/1.0/creator.php | 24 ++++++++++++++++++++ .../SPtests/rss/0.91-netscape/dc/1.1/creator.php | 24 ++++++++++++++++++++ .../SPtests/rss/0.91-userland/atom/0.3/name.php | 25 +++++++++++++++++++++ .../SPtests/rss/0.91-userland/atom/1.0/name.php | 25 +++++++++++++++++++++ .../SPtests/rss/0.91-userland/dc/1.0/creator.php | 23 +++++++++++++++++++ .../SPtests/rss/0.91-userland/dc/1.1/creator.php | 23 +++++++++++++++++++ .../SPtests/rss/0.92/atom/0.3/name.php | 25 +++++++++++++++++++++ .../SPtests/rss/0.92/atom/1.0/name.php | 25 +++++++++++++++++++++ .../SPtests/rss/0.92/dc/1.0/creator.php | 23 +++++++++++++++++++ .../SPtests/rss/0.92/dc/1.1/creator.php | 23 +++++++++++++++++++ .../SPtests/rss/1.0/atom/0.3/name.php | 23 +++++++++++++++++++ .../SPtests/rss/1.0/atom/1.0/name.php | 23 +++++++++++++++++++ .../SPtests/rss/1.0/dc/1.0/creator.php | 21 +++++++++++++++++ .../SPtests/rss/1.0/dc/1.1/creator.php | 21 +++++++++++++++++ .../SPtests/rss/2.0/atom/0.3/name.php | 25 +++++++++++++++++++++ .../SPtests/rss/2.0/atom/1.0/name.php | 25 +++++++++++++++++++++ .../SPtests/rss/2.0/author.php | 23 +++++++++++++++++++ .../SPtests/rss/2.0/dc/1.0/creator.php | 23 +++++++++++++++++++ .../SPtests/rss/2.0/dc/1.1/creator.php | 23 +++++++++++++++++++ 34 files changed, 790 insertions(+) create mode 100644 simplepie/test/first_item_author_name/SPtests/atom/0.3/dc/1.0/creator.php create mode 100644 simplepie/test/first_item_author_name/SPtests/atom/0.3/dc/1.1/creator.php create mode 100644 simplepie/test/first_item_author_name/SPtests/atom/0.3/feed.php create mode 100644 simplepie/test/first_item_author_name/SPtests/atom/0.3/name.php create mode 100644 simplepie/test/first_item_author_name/SPtests/atom/1.0/dc/1.0/creator.php create mode 100644 simplepie/test/first_item_author_name/SPtests/atom/1.0/dc/1.1/creator.php create mode 100644 simplepie/test/first_item_author_name/SPtests/atom/1.0/feed.php create mode 100644 simplepie/test/first_item_author_name/SPtests/atom/1.0/name.php create mode 100644 simplepie/test/first_item_author_name/SPtests/atom/1.0/source.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/0.90/atom/0.3/name.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/0.90/atom/1.0/name.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/0.90/dc/1.0/creator.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/0.90/dc/1.1/creator.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/atom/0.3/name.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/atom/1.0/name.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/dc/1.0/creator.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/dc/1.1/creator.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/atom/0.3/name.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/atom/1.0/name.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/dc/1.0/creator.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/dc/1.1/creator.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/0.92/atom/0.3/name.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/0.92/atom/1.0/name.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/0.92/dc/1.0/creator.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/0.92/dc/1.1/creator.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/1.0/atom/0.3/name.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/1.0/atom/1.0/name.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/1.0/dc/1.0/creator.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/1.0/dc/1.1/creator.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/2.0/atom/0.3/name.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/2.0/atom/1.0/name.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/2.0/author.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/2.0/dc/1.0/creator.php create mode 100644 simplepie/test/first_item_author_name/SPtests/rss/2.0/dc/1.1/creator.php (limited to 'simplepie/test/first_item_author_name/SPtests') diff --git a/simplepie/test/first_item_author_name/SPtests/atom/0.3/dc/1.0/creator.php b/simplepie/test/first_item_author_name/SPtests/atom/0.3/dc/1.0/creator.php new file mode 100644 index 000000000..c095916ed --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/atom/0.3/dc/1.0/creator.php @@ -0,0 +1,21 @@ +data = +' + + Item Author + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/atom/0.3/dc/1.1/creator.php b/simplepie/test/first_item_author_name/SPtests/atom/0.3/dc/1.1/creator.php new file mode 100644 index 000000000..d113d437d --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/atom/0.3/dc/1.1/creator.php @@ -0,0 +1,21 @@ +data = +' + + Item Author + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/atom/0.3/feed.php b/simplepie/test/first_item_author_name/SPtests/atom/0.3/feed.php new file mode 100644 index 000000000..9227ed53a --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/atom/0.3/feed.php @@ -0,0 +1,24 @@ +data = +' + + Item Author + + + Item Title + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/atom/0.3/name.php b/simplepie/test/first_item_author_name/SPtests/atom/0.3/name.php new file mode 100644 index 000000000..85b59cc8a --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/atom/0.3/name.php @@ -0,0 +1,23 @@ +data = +' + + + Item Author + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/atom/1.0/dc/1.0/creator.php b/simplepie/test/first_item_author_name/SPtests/atom/1.0/dc/1.0/creator.php new file mode 100644 index 000000000..46e152993 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/atom/1.0/dc/1.0/creator.php @@ -0,0 +1,21 @@ +data = +' + + Item Author + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/atom/1.0/dc/1.1/creator.php b/simplepie/test/first_item_author_name/SPtests/atom/1.0/dc/1.1/creator.php new file mode 100644 index 000000000..ef57ca7d5 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/atom/1.0/dc/1.1/creator.php @@ -0,0 +1,21 @@ +data = +' + + Item Author + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/atom/1.0/feed.php b/simplepie/test/first_item_author_name/SPtests/atom/1.0/feed.php new file mode 100644 index 000000000..cc8507066 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/atom/1.0/feed.php @@ -0,0 +1,24 @@ +data = +' + + Item Author + + + Item Title + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/atom/1.0/name.php b/simplepie/test/first_item_author_name/SPtests/atom/1.0/name.php new file mode 100644 index 000000000..6bdbee31e --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/atom/1.0/name.php @@ -0,0 +1,23 @@ +data = +' + + + Item Author + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/atom/1.0/source.php b/simplepie/test/first_item_author_name/SPtests/atom/1.0/source.php new file mode 100644 index 000000000..34a59d7d5 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/atom/1.0/source.php @@ -0,0 +1,25 @@ +data = +' + + + + Item Author + + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.90/atom/0.3/name.php b/simplepie/test/first_item_author_name/SPtests/rss/0.90/atom/0.3/name.php new file mode 100644 index 000000000..98c19b55d --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/0.90/atom/0.3/name.php @@ -0,0 +1,23 @@ +data = +' + + + Item Author + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.90/atom/1.0/name.php b/simplepie/test/first_item_author_name/SPtests/rss/0.90/atom/1.0/name.php new file mode 100644 index 000000000..5e9f2f3e0 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/0.90/atom/1.0/name.php @@ -0,0 +1,23 @@ +data = +' + + + Item Author + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.90/dc/1.0/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/0.90/dc/1.0/creator.php new file mode 100644 index 000000000..36fec5ca8 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/0.90/dc/1.0/creator.php @@ -0,0 +1,21 @@ +data = +' + + Item Author + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.90/dc/1.1/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/0.90/dc/1.1/creator.php new file mode 100644 index 000000000..1468447aa --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/0.90/dc/1.1/creator.php @@ -0,0 +1,21 @@ +data = +' + + Item Author + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/atom/0.3/name.php b/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/atom/0.3/name.php new file mode 100644 index 000000000..0103bb1ea --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/atom/0.3/name.php @@ -0,0 +1,26 @@ +data = +' + + + + + Item Author + + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/atom/1.0/name.php b/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/atom/1.0/name.php new file mode 100644 index 000000000..14e96823f --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/atom/1.0/name.php @@ -0,0 +1,26 @@ +data = +' + + + + + Item Author + + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/dc/1.0/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/dc/1.0/creator.php new file mode 100644 index 000000000..bb5b6ba33 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/dc/1.0/creator.php @@ -0,0 +1,24 @@ +data = +' + + + + Item Author + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/dc/1.1/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/dc/1.1/creator.php new file mode 100644 index 000000000..8e0792208 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/dc/1.1/creator.php @@ -0,0 +1,24 @@ +data = +' + + + + Item Author + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/atom/0.3/name.php b/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/atom/0.3/name.php new file mode 100644 index 000000000..ce3a62058 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/atom/0.3/name.php @@ -0,0 +1,25 @@ +data = +' + + + + Item Author + + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/atom/1.0/name.php b/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/atom/1.0/name.php new file mode 100644 index 000000000..4645cd09c --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/atom/1.0/name.php @@ -0,0 +1,25 @@ +data = +' + + + + Item Author + + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/dc/1.0/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/dc/1.0/creator.php new file mode 100644 index 000000000..75c5ddc38 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/dc/1.0/creator.php @@ -0,0 +1,23 @@ +data = +' + + + Item Author + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/dc/1.1/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/dc/1.1/creator.php new file mode 100644 index 000000000..58ad0a22f --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/dc/1.1/creator.php @@ -0,0 +1,23 @@ +data = +' + + + Item Author + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.92/atom/0.3/name.php b/simplepie/test/first_item_author_name/SPtests/rss/0.92/atom/0.3/name.php new file mode 100644 index 000000000..083b40626 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/0.92/atom/0.3/name.php @@ -0,0 +1,25 @@ +data = +' + + + + Item Author + + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.92/atom/1.0/name.php b/simplepie/test/first_item_author_name/SPtests/rss/0.92/atom/1.0/name.php new file mode 100644 index 000000000..41a017624 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/0.92/atom/1.0/name.php @@ -0,0 +1,25 @@ +data = +' + + + + Item Author + + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.92/dc/1.0/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/0.92/dc/1.0/creator.php new file mode 100644 index 000000000..dbf9f8ba6 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/0.92/dc/1.0/creator.php @@ -0,0 +1,23 @@ +data = +' + + + Item Author + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.92/dc/1.1/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/0.92/dc/1.1/creator.php new file mode 100644 index 000000000..1cdfdfd9b --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/0.92/dc/1.1/creator.php @@ -0,0 +1,23 @@ +data = +' + + + Item Author + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/1.0/atom/0.3/name.php b/simplepie/test/first_item_author_name/SPtests/rss/1.0/atom/0.3/name.php new file mode 100644 index 000000000..42f912573 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/1.0/atom/0.3/name.php @@ -0,0 +1,23 @@ +data = +' + + + Item Author + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/1.0/atom/1.0/name.php b/simplepie/test/first_item_author_name/SPtests/rss/1.0/atom/1.0/name.php new file mode 100644 index 000000000..927d365d7 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/1.0/atom/1.0/name.php @@ -0,0 +1,23 @@ +data = +' + + + Item Author + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/1.0/dc/1.0/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/1.0/dc/1.0/creator.php new file mode 100644 index 000000000..9193b8b07 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/1.0/dc/1.0/creator.php @@ -0,0 +1,21 @@ +data = +' + + Item Author + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/1.0/dc/1.1/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/1.0/dc/1.1/creator.php new file mode 100644 index 000000000..e66373a57 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/1.0/dc/1.1/creator.php @@ -0,0 +1,21 @@ +data = +' + + Item Author + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/2.0/atom/0.3/name.php b/simplepie/test/first_item_author_name/SPtests/rss/2.0/atom/0.3/name.php new file mode 100644 index 000000000..2a9b6b7a1 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/2.0/atom/0.3/name.php @@ -0,0 +1,25 @@ +data = +' + + + + Item Author + + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/2.0/atom/1.0/name.php b/simplepie/test/first_item_author_name/SPtests/rss/2.0/atom/1.0/name.php new file mode 100644 index 000000000..fc0d9df84 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/2.0/atom/1.0/name.php @@ -0,0 +1,25 @@ +data = +' + + + + Item Author + + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/2.0/author.php b/simplepie/test/first_item_author_name/SPtests/rss/2.0/author.php new file mode 100644 index 000000000..cf0c7fce2 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/2.0/author.php @@ -0,0 +1,23 @@ +data = +' + + + example@example.com (Item Author) + + +'; + } + + function expected() + { + $this->expected = NULL; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/2.0/dc/1.0/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/2.0/dc/1.0/creator.php new file mode 100644 index 000000000..35c64dee0 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/2.0/dc/1.0/creator.php @@ -0,0 +1,23 @@ +data = +' + + + Item Author + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_author_name/SPtests/rss/2.0/dc/1.1/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/2.0/dc/1.1/creator.php new file mode 100644 index 000000000..18e4e67f4 --- /dev/null +++ b/simplepie/test/first_item_author_name/SPtests/rss/2.0/dc/1.1/creator.php @@ -0,0 +1,23 @@ +data = +' + + + Item Author + + +'; + } + + function expected() + { + $this->expected = 'Item Author'; + } +} + +?> \ No newline at end of file -- cgit v1.2.3