From 9f7ae0e95f89b964a098eaacdfd89ff25e05c615 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 5 Jul 2010 03:34:42 -0700 Subject: Add simplepie --- .../test/first_item_id/SPtests/atom/1.0/id.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 simplepie/test/first_item_id/SPtests/atom/1.0/id.php (limited to 'simplepie/test/first_item_id/SPtests/atom/1.0/id.php') diff --git a/simplepie/test/first_item_id/SPtests/atom/1.0/id.php b/simplepie/test/first_item_id/SPtests/atom/1.0/id.php new file mode 100644 index 000000000..f9bd4e2b9 --- /dev/null +++ b/simplepie/test/first_item_id/SPtests/atom/1.0/id.php @@ -0,0 +1,21 @@ +data = +' + + http://example.com/ + +'; + } + + function expected() + { + $this->expected = 'http://example.com/'; + } +} + +?> \ No newline at end of file -- cgit v1.2.3