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/rss/0.91-netscape/dc/1.1/subject.php | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 simplepie/test/first_item_category_label/SPtests/rss/0.91-netscape/dc/1.1/subject.php (limited to 'simplepie/test/first_item_category_label/SPtests/rss/0.91-netscape/dc/1.1/subject.php') diff --git a/simplepie/test/first_item_category_label/SPtests/rss/0.91-netscape/dc/1.1/subject.php b/simplepie/test/first_item_category_label/SPtests/rss/0.91-netscape/dc/1.1/subject.php new file mode 100644 index 000000000..9cfb63341 --- /dev/null +++ b/simplepie/test/first_item_category_label/SPtests/rss/0.91-netscape/dc/1.1/subject.php @@ -0,0 +1,24 @@ +data = +' + + + + Item Category + + +'; + } + + function expected() + { + $this->expected = 'Item Category'; + } +} + +?> \ No newline at end of file -- cgit v1.2.3