diff options
Diffstat (limited to 'simplepie/test/first_item_id/SPtests/atom')
6 files changed, 0 insertions, 126 deletions
diff --git a/simplepie/test/first_item_id/SPtests/atom/0.3/dc/1.0/identifier.php b/simplepie/test/first_item_id/SPtests/atom/0.3/dc/1.0/identifier.php deleted file mode 100644 index 44a34d499..000000000 --- a/simplepie/test/first_item_id/SPtests/atom/0.3/dc/1.0/identifier.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_ID_Test_Atom_03_DC_10_Identifier extends SimplePie_First_Item_ID_Test -{ - function data() - { - $this->data = -'<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.0/"> - <entry> - <dc:identifier>http://example.com/</dc:identifier> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_id/SPtests/atom/0.3/dc/1.1/identifier.php b/simplepie/test/first_item_id/SPtests/atom/0.3/dc/1.1/identifier.php deleted file mode 100644 index ddb9ca094..000000000 --- a/simplepie/test/first_item_id/SPtests/atom/0.3/dc/1.1/identifier.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_ID_Test_Atom_03_DC_11_Identifier extends SimplePie_First_Item_ID_Test -{ - function data() - { - $this->data = -'<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <entry> - <dc:identifier>http://example.com/</dc:identifier> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_id/SPtests/atom/0.3/id.php b/simplepie/test/first_item_id/SPtests/atom/0.3/id.php deleted file mode 100644 index de783213a..000000000 --- a/simplepie/test/first_item_id/SPtests/atom/0.3/id.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_ID_Test_Atom_03_ID extends SimplePie_First_Item_ID_Test -{ - function data() - { - $this->data = -'<feed version="0.3" xmlns="http://purl.org/atom/ns#"> - <entry> - <id>http://example.com/</id> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_id/SPtests/atom/1.0/dc/1.0/identifier.php b/simplepie/test/first_item_id/SPtests/atom/1.0/dc/1.0/identifier.php deleted file mode 100644 index cdba6bf0d..000000000 --- a/simplepie/test/first_item_id/SPtests/atom/1.0/dc/1.0/identifier.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_ID_Test_Atom_10_DC_10_Identifier extends SimplePie_First_Item_ID_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.0/"> - <entry> - <dc:identifier>http://example.com/</dc:identifier> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_id/SPtests/atom/1.0/dc/1.1/identifier.php b/simplepie/test/first_item_id/SPtests/atom/1.0/dc/1.1/identifier.php deleted file mode 100644 index e1f8d40c7..000000000 --- a/simplepie/test/first_item_id/SPtests/atom/1.0/dc/1.1/identifier.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_ID_Test_Atom_10_DC_11_Identifier extends SimplePie_First_Item_ID_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <entry> - <dc:identifier>http://example.com/</dc:identifier> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file 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 deleted file mode 100644 index f9bd4e2b9..000000000 --- a/simplepie/test/first_item_id/SPtests/atom/1.0/id.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_ID_Test_Atom_10_ID extends SimplePie_First_Item_ID_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <entry> - <id>http://example.com/</id> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file |