From 9f7ae0e95f89b964a098eaacdfd89ff25e05c615 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 5 Jul 2010 03:34:42 -0700 Subject: Add simplepie --- .../first_item_content/SPtests/atom/0.3/content.php | 21 +++++++++++++++++++++ .../SPtests/atom/0.3/dc/1.0/description.php | 21 +++++++++++++++++++++ .../SPtests/atom/0.3/dc/1.1/description.php | 21 +++++++++++++++++++++ .../first_item_content/SPtests/atom/0.3/summary.php | 21 +++++++++++++++++++++ .../first_item_content/SPtests/atom/1.0/content.php | 21 +++++++++++++++++++++ .../SPtests/atom/1.0/dc/1.0/description.php | 21 +++++++++++++++++++++ .../SPtests/atom/1.0/dc/1.1/description.php | 21 +++++++++++++++++++++ .../first_item_content/SPtests/atom/1.0/summary.php | 21 +++++++++++++++++++++ 8 files changed, 168 insertions(+) create mode 100644 simplepie/test/first_item_content/SPtests/atom/0.3/content.php create mode 100644 simplepie/test/first_item_content/SPtests/atom/0.3/dc/1.0/description.php create mode 100644 simplepie/test/first_item_content/SPtests/atom/0.3/dc/1.1/description.php create mode 100644 simplepie/test/first_item_content/SPtests/atom/0.3/summary.php create mode 100644 simplepie/test/first_item_content/SPtests/atom/1.0/content.php create mode 100644 simplepie/test/first_item_content/SPtests/atom/1.0/dc/1.0/description.php create mode 100644 simplepie/test/first_item_content/SPtests/atom/1.0/dc/1.1/description.php create mode 100644 simplepie/test/first_item_content/SPtests/atom/1.0/summary.php (limited to 'simplepie/test/first_item_content/SPtests/atom') diff --git a/simplepie/test/first_item_content/SPtests/atom/0.3/content.php b/simplepie/test/first_item_content/SPtests/atom/0.3/content.php new file mode 100644 index 000000000..7c7efb32d --- /dev/null +++ b/simplepie/test/first_item_content/SPtests/atom/0.3/content.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/atom/0.3/dc/1.0/description.php b/simplepie/test/first_item_content/SPtests/atom/0.3/dc/1.0/description.php new file mode 100644 index 000000000..d964440c2 --- /dev/null +++ b/simplepie/test/first_item_content/SPtests/atom/0.3/dc/1.0/description.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/atom/0.3/dc/1.1/description.php b/simplepie/test/first_item_content/SPtests/atom/0.3/dc/1.1/description.php new file mode 100644 index 000000000..79a91f4d8 --- /dev/null +++ b/simplepie/test/first_item_content/SPtests/atom/0.3/dc/1.1/description.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/atom/0.3/summary.php b/simplepie/test/first_item_content/SPtests/atom/0.3/summary.php new file mode 100644 index 000000000..420f00702 --- /dev/null +++ b/simplepie/test/first_item_content/SPtests/atom/0.3/summary.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/atom/1.0/content.php b/simplepie/test/first_item_content/SPtests/atom/1.0/content.php new file mode 100644 index 000000000..a35d9bac8 --- /dev/null +++ b/simplepie/test/first_item_content/SPtests/atom/1.0/content.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/atom/1.0/dc/1.0/description.php b/simplepie/test/first_item_content/SPtests/atom/1.0/dc/1.0/description.php new file mode 100644 index 000000000..37ec188f2 --- /dev/null +++ b/simplepie/test/first_item_content/SPtests/atom/1.0/dc/1.0/description.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/atom/1.0/dc/1.1/description.php b/simplepie/test/first_item_content/SPtests/atom/1.0/dc/1.1/description.php new file mode 100644 index 000000000..dca7893cf --- /dev/null +++ b/simplepie/test/first_item_content/SPtests/atom/1.0/dc/1.1/description.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/atom/1.0/summary.php b/simplepie/test/first_item_content/SPtests/atom/1.0/summary.php new file mode 100644 index 000000000..42028baac --- /dev/null +++ b/simplepie/test/first_item_content/SPtests/atom/1.0/summary.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file -- cgit v1.2.3