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_date/SPtests/atom/0.3/created.php | 21 +++++++++++++++++++ .../SPtests/atom/0.3/dc/1.0/date.php | 21 +++++++++++++++++++ .../SPtests/atom/0.3/dc/1.1/date.php | 21 +++++++++++++++++++ .../first_item_date/SPtests/atom/0.3/issued.php | 21 +++++++++++++++++++ .../first_item_date/SPtests/atom/0.3/modified.php | 21 +++++++++++++++++++ .../SPtests/atom/1.0/dc/1.0/date.php | 21 +++++++++++++++++++ .../SPtests/atom/1.0/dc/1.1/date.php | 21 +++++++++++++++++++ .../first_item_date/SPtests/atom/1.0/published.php | 21 +++++++++++++++++++ .../first_item_date/SPtests/atom/1.0/updated.php | 21 +++++++++++++++++++ .../test/first_item_date/SPtests/bugs/876.0.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.90/atom/0.3/created.php | 21 +++++++++++++++++++ .../SPtests/rss/0.90/atom/0.3/issued.php | 21 +++++++++++++++++++ .../SPtests/rss/0.90/atom/0.3/modified.php | 21 +++++++++++++++++++ .../SPtests/rss/0.90/atom/1.0/published.php | 21 +++++++++++++++++++ .../SPtests/rss/0.90/atom/1.0/updated.php | 21 +++++++++++++++++++ .../SPtests/rss/0.90/dc/1.0/date.php | 21 +++++++++++++++++++ .../SPtests/rss/0.90/dc/1.1/date.php | 21 +++++++++++++++++++ .../SPtests/rss/0.91-netscape/atom/0.3/created.php | 24 ++++++++++++++++++++++ .../SPtests/rss/0.91-netscape/atom/0.3/issued.php | 24 ++++++++++++++++++++++ .../rss/0.91-netscape/atom/0.3/modified.php | 24 ++++++++++++++++++++++ .../rss/0.91-netscape/atom/1.0/published.php | 24 ++++++++++++++++++++++ .../SPtests/rss/0.91-netscape/atom/1.0/updated.php | 24 ++++++++++++++++++++++ .../SPtests/rss/0.91-netscape/dc/1.0/date.php | 24 ++++++++++++++++++++++ .../SPtests/rss/0.91-netscape/dc/1.1/date.php | 24 ++++++++++++++++++++++ .../SPtests/rss/0.91-userland/atom/0.3/created.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.91-userland/atom/0.3/issued.php | 23 +++++++++++++++++++++ .../rss/0.91-userland/atom/0.3/modified.php | 23 +++++++++++++++++++++ .../rss/0.91-userland/atom/1.0/published.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.91-userland/atom/1.0/updated.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.91-userland/dc/1.0/date.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.91-userland/dc/1.1/date.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.92/atom/0.3/created.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.92/atom/0.3/issued.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.92/atom/0.3/modified.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.92/atom/1.0/published.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.92/atom/1.0/updated.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.92/dc/1.0/date.php | 23 +++++++++++++++++++++ .../SPtests/rss/0.92/dc/1.1/date.php | 23 +++++++++++++++++++++ .../SPtests/rss/1.0/atom/0.3/created.php | 21 +++++++++++++++++++ .../SPtests/rss/1.0/atom/0.3/issued.php | 21 +++++++++++++++++++ .../SPtests/rss/1.0/atom/0.3/modified.php | 21 +++++++++++++++++++ .../SPtests/rss/1.0/atom/1.0/published.php | 21 +++++++++++++++++++ .../SPtests/rss/1.0/atom/1.0/updated.php | 21 +++++++++++++++++++ .../SPtests/rss/1.0/dc/1.0/date.php | 21 +++++++++++++++++++ .../SPtests/rss/1.0/dc/1.1/date.php | 21 +++++++++++++++++++ .../SPtests/rss/2.0/atom/0.3/created.php | 23 +++++++++++++++++++++ .../SPtests/rss/2.0/atom/0.3/issued.php | 23 +++++++++++++++++++++ .../SPtests/rss/2.0/atom/0.3/modified.php | 23 +++++++++++++++++++++ .../SPtests/rss/2.0/atom/1.0/published.php | 23 +++++++++++++++++++++ .../SPtests/rss/2.0/atom/1.0/updated.php | 23 +++++++++++++++++++++ .../SPtests/rss/2.0/dc/1.0/date.php | 23 +++++++++++++++++++++ .../SPtests/rss/2.0/dc/1.1/date.php | 23 +++++++++++++++++++++ .../first_item_date/SPtests/rss/2.0/pubdate.php | 23 +++++++++++++++++++++ 53 files changed, 1180 insertions(+) create mode 100644 simplepie/test/first_item_date/SPtests/atom/0.3/created.php create mode 100644 simplepie/test/first_item_date/SPtests/atom/0.3/dc/1.0/date.php create mode 100644 simplepie/test/first_item_date/SPtests/atom/0.3/dc/1.1/date.php create mode 100644 simplepie/test/first_item_date/SPtests/atom/0.3/issued.php create mode 100644 simplepie/test/first_item_date/SPtests/atom/0.3/modified.php create mode 100644 simplepie/test/first_item_date/SPtests/atom/1.0/dc/1.0/date.php create mode 100644 simplepie/test/first_item_date/SPtests/atom/1.0/dc/1.1/date.php create mode 100644 simplepie/test/first_item_date/SPtests/atom/1.0/published.php create mode 100644 simplepie/test/first_item_date/SPtests/atom/1.0/updated.php create mode 100644 simplepie/test/first_item_date/SPtests/bugs/876.0.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.90/atom/0.3/created.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.90/atom/0.3/issued.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.90/atom/0.3/modified.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.90/atom/1.0/published.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.90/atom/1.0/updated.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.90/dc/1.0/date.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.90/dc/1.1/date.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/0.3/created.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/0.3/issued.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/0.3/modified.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/1.0/published.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/1.0/updated.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.91-netscape/dc/1.0/date.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.91-netscape/dc/1.1/date.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/0.3/created.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/0.3/issued.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/0.3/modified.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/1.0/published.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/1.0/updated.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.91-userland/dc/1.0/date.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.91-userland/dc/1.1/date.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.92/atom/0.3/created.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.92/atom/0.3/issued.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.92/atom/0.3/modified.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.92/atom/1.0/published.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.92/atom/1.0/updated.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.92/dc/1.0/date.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/0.92/dc/1.1/date.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/1.0/atom/0.3/created.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/1.0/atom/0.3/issued.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/1.0/atom/0.3/modified.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/1.0/atom/1.0/published.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/1.0/atom/1.0/updated.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/1.0/dc/1.0/date.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/1.0/dc/1.1/date.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/2.0/atom/0.3/created.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/2.0/atom/0.3/issued.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/2.0/atom/0.3/modified.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/2.0/atom/1.0/published.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/2.0/atom/1.0/updated.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/2.0/dc/1.0/date.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/2.0/dc/1.1/date.php create mode 100644 simplepie/test/first_item_date/SPtests/rss/2.0/pubdate.php (limited to 'simplepie/test/first_item_date') diff --git a/simplepie/test/first_item_date/SPtests/atom/0.3/created.php b/simplepie/test/first_item_date/SPtests/atom/0.3/created.php new file mode 100644 index 000000000..11536de7b --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/atom/0.3/created.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/atom/0.3/dc/1.0/date.php b/simplepie/test/first_item_date/SPtests/atom/0.3/dc/1.0/date.php new file mode 100644 index 000000000..c0ef7e379 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/atom/0.3/dc/1.0/date.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/atom/0.3/dc/1.1/date.php b/simplepie/test/first_item_date/SPtests/atom/0.3/dc/1.1/date.php new file mode 100644 index 000000000..fe865c0b7 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/atom/0.3/dc/1.1/date.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/atom/0.3/issued.php b/simplepie/test/first_item_date/SPtests/atom/0.3/issued.php new file mode 100644 index 000000000..003c60f6d --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/atom/0.3/issued.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/atom/0.3/modified.php b/simplepie/test/first_item_date/SPtests/atom/0.3/modified.php new file mode 100644 index 000000000..3d52614e7 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/atom/0.3/modified.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/atom/1.0/dc/1.0/date.php b/simplepie/test/first_item_date/SPtests/atom/1.0/dc/1.0/date.php new file mode 100644 index 000000000..ae950d342 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/atom/1.0/dc/1.0/date.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/atom/1.0/dc/1.1/date.php b/simplepie/test/first_item_date/SPtests/atom/1.0/dc/1.1/date.php new file mode 100644 index 000000000..12b2aff76 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/atom/1.0/dc/1.1/date.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/atom/1.0/published.php b/simplepie/test/first_item_date/SPtests/atom/1.0/published.php new file mode 100644 index 000000000..2aa2311ee --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/atom/1.0/published.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/atom/1.0/updated.php b/simplepie/test/first_item_date/SPtests/atom/1.0/updated.php new file mode 100644 index 000000000..e94af475a --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/atom/1.0/updated.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/bugs/876.0.php b/simplepie/test/first_item_date/SPtests/bugs/876.0.php new file mode 100644 index 000000000..8e01cdd00 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/bugs/876.0.php @@ -0,0 +1,23 @@ +data = +' + + + + + +'; + } + + function expected() + { + $this->expected = null; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.90/atom/0.3/created.php b/simplepie/test/first_item_date/SPtests/rss/0.90/atom/0.3/created.php new file mode 100644 index 000000000..46ecaa346 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.90/atom/0.3/created.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.90/atom/0.3/issued.php b/simplepie/test/first_item_date/SPtests/rss/0.90/atom/0.3/issued.php new file mode 100644 index 000000000..42c5f968c --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.90/atom/0.3/issued.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.90/atom/0.3/modified.php b/simplepie/test/first_item_date/SPtests/rss/0.90/atom/0.3/modified.php new file mode 100644 index 000000000..835cde9a4 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.90/atom/0.3/modified.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.90/atom/1.0/published.php b/simplepie/test/first_item_date/SPtests/rss/0.90/atom/1.0/published.php new file mode 100644 index 000000000..695911ac0 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.90/atom/1.0/published.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.90/atom/1.0/updated.php b/simplepie/test/first_item_date/SPtests/rss/0.90/atom/1.0/updated.php new file mode 100644 index 000000000..dfc04231a --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.90/atom/1.0/updated.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.90/dc/1.0/date.php b/simplepie/test/first_item_date/SPtests/rss/0.90/dc/1.0/date.php new file mode 100644 index 000000000..ef4dd3605 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.90/dc/1.0/date.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.90/dc/1.1/date.php b/simplepie/test/first_item_date/SPtests/rss/0.90/dc/1.1/date.php new file mode 100644 index 000000000..f87766f55 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.90/dc/1.1/date.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/0.3/created.php b/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/0.3/created.php new file mode 100644 index 000000000..641b8eb71 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/0.3/created.php @@ -0,0 +1,24 @@ +data = +' + + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/0.3/issued.php b/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/0.3/issued.php new file mode 100644 index 000000000..9d5068c44 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/0.3/issued.php @@ -0,0 +1,24 @@ +data = +' + + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/0.3/modified.php b/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/0.3/modified.php new file mode 100644 index 000000000..7e11d8bc1 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/0.3/modified.php @@ -0,0 +1,24 @@ +data = +' + + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/1.0/published.php b/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/1.0/published.php new file mode 100644 index 000000000..4de5d2aa7 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/1.0/published.php @@ -0,0 +1,24 @@ +data = +' + + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/1.0/updated.php b/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/1.0/updated.php new file mode 100644 index 000000000..21f48c0d2 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/atom/1.0/updated.php @@ -0,0 +1,24 @@ +data = +' + + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/dc/1.0/date.php b/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/dc/1.0/date.php new file mode 100644 index 000000000..ab2eab16c --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/dc/1.0/date.php @@ -0,0 +1,24 @@ +data = +' + + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/dc/1.1/date.php b/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/dc/1.1/date.php new file mode 100644 index 000000000..777febe1b --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.91-netscape/dc/1.1/date.php @@ -0,0 +1,24 @@ +data = +' + + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/0.3/created.php b/simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/0.3/created.php new file mode 100644 index 000000000..d851d34ec --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/0.3/created.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/0.3/issued.php b/simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/0.3/issued.php new file mode 100644 index 000000000..ed543b49b --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/0.3/issued.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/0.3/modified.php b/simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/0.3/modified.php new file mode 100644 index 000000000..b85252295 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/0.3/modified.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/1.0/published.php b/simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/1.0/published.php new file mode 100644 index 000000000..452dc2f90 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/1.0/published.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/1.0/updated.php b/simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/1.0/updated.php new file mode 100644 index 000000000..14acc746f --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.91-userland/atom/1.0/updated.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.91-userland/dc/1.0/date.php b/simplepie/test/first_item_date/SPtests/rss/0.91-userland/dc/1.0/date.php new file mode 100644 index 000000000..540704e5a --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.91-userland/dc/1.0/date.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.91-userland/dc/1.1/date.php b/simplepie/test/first_item_date/SPtests/rss/0.91-userland/dc/1.1/date.php new file mode 100644 index 000000000..7d38369d6 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.91-userland/dc/1.1/date.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.92/atom/0.3/created.php b/simplepie/test/first_item_date/SPtests/rss/0.92/atom/0.3/created.php new file mode 100644 index 000000000..1b2a87185 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.92/atom/0.3/created.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.92/atom/0.3/issued.php b/simplepie/test/first_item_date/SPtests/rss/0.92/atom/0.3/issued.php new file mode 100644 index 000000000..bf891fc8d --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.92/atom/0.3/issued.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.92/atom/0.3/modified.php b/simplepie/test/first_item_date/SPtests/rss/0.92/atom/0.3/modified.php new file mode 100644 index 000000000..652cdb883 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.92/atom/0.3/modified.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.92/atom/1.0/published.php b/simplepie/test/first_item_date/SPtests/rss/0.92/atom/1.0/published.php new file mode 100644 index 000000000..544055779 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.92/atom/1.0/published.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.92/atom/1.0/updated.php b/simplepie/test/first_item_date/SPtests/rss/0.92/atom/1.0/updated.php new file mode 100644 index 000000000..2c39fdf5b --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.92/atom/1.0/updated.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.92/dc/1.0/date.php b/simplepie/test/first_item_date/SPtests/rss/0.92/dc/1.0/date.php new file mode 100644 index 000000000..3b76563e2 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.92/dc/1.0/date.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/0.92/dc/1.1/date.php b/simplepie/test/first_item_date/SPtests/rss/0.92/dc/1.1/date.php new file mode 100644 index 000000000..466df4688 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/0.92/dc/1.1/date.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/1.0/atom/0.3/created.php b/simplepie/test/first_item_date/SPtests/rss/1.0/atom/0.3/created.php new file mode 100644 index 000000000..b3f7db7e2 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/1.0/atom/0.3/created.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/1.0/atom/0.3/issued.php b/simplepie/test/first_item_date/SPtests/rss/1.0/atom/0.3/issued.php new file mode 100644 index 000000000..7d59d4d99 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/1.0/atom/0.3/issued.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/1.0/atom/0.3/modified.php b/simplepie/test/first_item_date/SPtests/rss/1.0/atom/0.3/modified.php new file mode 100644 index 000000000..fa6b3a932 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/1.0/atom/0.3/modified.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/1.0/atom/1.0/published.php b/simplepie/test/first_item_date/SPtests/rss/1.0/atom/1.0/published.php new file mode 100644 index 000000000..cc5bea3dc --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/1.0/atom/1.0/published.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/1.0/atom/1.0/updated.php b/simplepie/test/first_item_date/SPtests/rss/1.0/atom/1.0/updated.php new file mode 100644 index 000000000..e578c58fd --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/1.0/atom/1.0/updated.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/1.0/dc/1.0/date.php b/simplepie/test/first_item_date/SPtests/rss/1.0/dc/1.0/date.php new file mode 100644 index 000000000..5d3e6170b --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/1.0/dc/1.0/date.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/1.0/dc/1.1/date.php b/simplepie/test/first_item_date/SPtests/rss/1.0/dc/1.1/date.php new file mode 100644 index 000000000..d897a418c --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/1.0/dc/1.1/date.php @@ -0,0 +1,21 @@ +data = +' + + 2007-01-11T16:00:00Z + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/2.0/atom/0.3/created.php b/simplepie/test/first_item_date/SPtests/rss/2.0/atom/0.3/created.php new file mode 100644 index 000000000..27206e6c2 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/2.0/atom/0.3/created.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/2.0/atom/0.3/issued.php b/simplepie/test/first_item_date/SPtests/rss/2.0/atom/0.3/issued.php new file mode 100644 index 000000000..feb659ea7 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/2.0/atom/0.3/issued.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/2.0/atom/0.3/modified.php b/simplepie/test/first_item_date/SPtests/rss/2.0/atom/0.3/modified.php new file mode 100644 index 000000000..8636075f0 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/2.0/atom/0.3/modified.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/2.0/atom/1.0/published.php b/simplepie/test/first_item_date/SPtests/rss/2.0/atom/1.0/published.php new file mode 100644 index 000000000..6af2c9f10 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/2.0/atom/1.0/published.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/2.0/atom/1.0/updated.php b/simplepie/test/first_item_date/SPtests/rss/2.0/atom/1.0/updated.php new file mode 100644 index 000000000..67fc954d0 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/2.0/atom/1.0/updated.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/2.0/dc/1.0/date.php b/simplepie/test/first_item_date/SPtests/rss/2.0/dc/1.0/date.php new file mode 100644 index 000000000..2b7741f99 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/2.0/dc/1.0/date.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/2.0/dc/1.1/date.php b/simplepie/test/first_item_date/SPtests/rss/2.0/dc/1.1/date.php new file mode 100644 index 000000000..658e140f3 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/2.0/dc/1.1/date.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file diff --git a/simplepie/test/first_item_date/SPtests/rss/2.0/pubdate.php b/simplepie/test/first_item_date/SPtests/rss/2.0/pubdate.php new file mode 100644 index 000000000..797b1a951 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/rss/2.0/pubdate.php @@ -0,0 +1,23 @@ +data = +' + + + 2007-01-11T16:00:00Z + + +'; + } + + function expected() + { + $this->expected = 1168531200; + } +} + +?> \ No newline at end of file -- cgit v1.2.3