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/1.0/name.php | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 simplepie/test/first_item_author_name/SPtests/atom/1.0/name.php (limited to 'simplepie/test/first_item_author_name/SPtests/atom/1.0/name.php') 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 -- cgit v1.2.3