diff options
Diffstat (limited to 'simplepie/test/first_item_title/SPtests/entities')
36 files changed, 0 insertions, 783 deletions
diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/1.1.php b/simplepie/test/first_item_title/SPtests/entities/atom/0.3/1.1.php deleted file mode 100644 index 6c70c3013..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/1.1.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_03_Title_HTML_1 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed version="0.3" xmlns="http://purl.org/atom/ns#"> - <entry> - <title type="text/html" mode="escaped">This &amp; this</title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This & this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/1.2.php b/simplepie/test/first_item_title/SPtests/entities/atom/0.3/1.2.php deleted file mode 100644 index 18d99d795..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/1.2.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_03_Title_Text_1 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed version="0.3" xmlns="http://purl.org/atom/ns#"> - <entry> - <title type="text/plain">This &amp; this</title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This &amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/1.3.php b/simplepie/test/first_item_title/SPtests/entities/atom/0.3/1.3.php deleted file mode 100644 index 33ffe3b13..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/1.3.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_03_Title_XHTML_1 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed version="0.3" xmlns="http://purl.org/atom/ns#"> - <entry> - <title type="application/xhtml+xml" mode="xml"><div xmlns="http://www.w3.org/1999/xhtml">This &amp; this</div></title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This &amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/2.1.php b/simplepie/test/first_item_title/SPtests/entities/atom/0.3/2.1.php deleted file mode 100644 index bef4945e1..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/2.1.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_03_Title_HTML_2 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed version="0.3" xmlns="http://purl.org/atom/ns#"> - <entry> - <title type="text/html" mode="escaped"><![CDATA[This &amp; this]]></title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This &amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/2.2.php b/simplepie/test/first_item_title/SPtests/entities/atom/0.3/2.2.php deleted file mode 100644 index f9da9e9a4..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/2.2.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_03_Title_Text_2 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed version="0.3" xmlns="http://purl.org/atom/ns#"> - <entry> - <title type="text/plain"><![CDATA[This &amp; this]]></title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/2.3.php b/simplepie/test/first_item_title/SPtests/entities/atom/0.3/2.3.php deleted file mode 100644 index 05801eed1..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/2.3.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_03_Title_XHTML_2 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed version="0.3" xmlns="http://purl.org/atom/ns#"> - <entry> - <title type="application/xhtml+xml" mode="xml"><div xmlns="http://www.w3.org/1999/xhtml"><![CDATA[This &amp; this]]></div></title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/3.1.php b/simplepie/test/first_item_title/SPtests/entities/atom/0.3/3.1.php deleted file mode 100644 index 43ff189b8..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/3.1.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_03_Title_HTML_3 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed version="0.3" xmlns="http://purl.org/atom/ns#"> - <entry> - <title type="text/html" mode="escaped">This <![CDATA[&]]>amp; this</title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This &amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/3.2.php b/simplepie/test/first_item_title/SPtests/entities/atom/0.3/3.2.php deleted file mode 100644 index 94fe1afef..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/3.2.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_03_Title_Text_3 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed version="0.3" xmlns="http://purl.org/atom/ns#"> - <entry> - <title type="text/plain">This <![CDATA[&]]>amp; this</title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/3.3.php b/simplepie/test/first_item_title/SPtests/entities/atom/0.3/3.3.php deleted file mode 100644 index 92ee35a90..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/0.3/3.3.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_03_Title_XHTML_3 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed version="0.3" xmlns="http://purl.org/atom/ns#"> - <entry> - <title type="application/xhtml+xml" mode="xml"><div xmlns="http://www.w3.org/1999/xhtml">This <![CDATA[&]]>amp; this</div></title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/1.1.php b/simplepie/test/first_item_title/SPtests/entities/atom/1.0/1.1.php deleted file mode 100644 index 8ebf20dd5..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/1.1.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_10_Title_HTML_1 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <entry> - <title type="html">This &amp; this</title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This & this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/1.2.php b/simplepie/test/first_item_title/SPtests/entities/atom/1.0/1.2.php deleted file mode 100644 index e5634cb28..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/1.2.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_10_Title_Text_1 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <entry> - <title type="text">This &amp; this</title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This &amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/1.3.php b/simplepie/test/first_item_title/SPtests/entities/atom/1.0/1.3.php deleted file mode 100644 index 789c2a580..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/1.3.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_10_Title_XHTML_1 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <entry> - <title type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">This &amp; this</div></title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This &amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/2.1.php b/simplepie/test/first_item_title/SPtests/entities/atom/1.0/2.1.php deleted file mode 100644 index 481e29f57..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/2.1.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_10_Title_HTML_2 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <entry> - <title type="html"><![CDATA[This &amp; this]]></title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This &amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/2.2.php b/simplepie/test/first_item_title/SPtests/entities/atom/1.0/2.2.php deleted file mode 100644 index 4def434a0..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/2.2.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_10_Title_Text_2 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <entry> - <title type="text"><![CDATA[This &amp; this]]></title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/2.3.php b/simplepie/test/first_item_title/SPtests/entities/atom/1.0/2.3.php deleted file mode 100644 index 9a6ce970d..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/2.3.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_10_Title_XHTML_2 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <entry> - <title type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><![CDATA[This &amp; this]]></div></title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/3.1.php b/simplepie/test/first_item_title/SPtests/entities/atom/1.0/3.1.php deleted file mode 100644 index 0c3491e27..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/3.1.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_10_Title_HTML_3 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <entry> - <title type="html">This <![CDATA[&]]>amp; this</title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This &amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/3.2.php b/simplepie/test/first_item_title/SPtests/entities/atom/1.0/3.2.php deleted file mode 100644 index 44961c42b..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/3.2.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_10_Title_Text_3 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <entry> - <title type="text">This <![CDATA[&]]>amp; this</title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/3.3.php b/simplepie/test/first_item_title/SPtests/entities/atom/1.0/3.3.php deleted file mode 100644 index 349e45649..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/atom/1.0/3.3.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_Atom_10_Title_XHTML_3 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <entry> - <title type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">This <![CDATA[&]]>amp; this</div></title> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/0.90/1.php b/simplepie/test/first_item_title/SPtests/entities/rss/0.90/1.php deleted file mode 100644 index 0f34ce7a6..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/0.90/1.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_090_Title_1 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://my.netscape.com/rdf/simple/0.9/"> - <item> - <title>This &amp; this</title> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'This &amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/0.90/2.php b/simplepie/test/first_item_title/SPtests/entities/rss/0.90/2.php deleted file mode 100644 index 37ab27f1c..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/0.90/2.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_090_Title_2 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://my.netscape.com/rdf/simple/0.9/"> - <item> - <title><![CDATA[This &amp; this]]></title> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/0.90/3.php b/simplepie/test/first_item_title/SPtests/entities/rss/0.90/3.php deleted file mode 100644 index cd7d3ff8f..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/0.90/3.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_090_Title_3 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://my.netscape.com/rdf/simple/0.9/"> - <item> - <title>This <![CDATA[&]]>amp; this</title> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/0.91-netscape/1.php b/simplepie/test/first_item_title/SPtests/entities/rss/0.91-netscape/1.php deleted file mode 100644 index 8d96de3c9..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/0.91-netscape/1.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_091_Netscape_Title_1 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd"> -<rss version="0.91"> - <channel> - <item> - <title>This &amp; this</title> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'This &amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/0.91-netscape/2.php b/simplepie/test/first_item_title/SPtests/entities/rss/0.91-netscape/2.php deleted file mode 100644 index be9460b9f..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/0.91-netscape/2.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_091_Netscape_Title_2 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd"> -<rss version="0.91"> - <channel> - <item> - <title><![CDATA[This &amp; this]]></title> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/0.91-netscape/3.php b/simplepie/test/first_item_title/SPtests/entities/rss/0.91-netscape/3.php deleted file mode 100644 index 60047dc0d..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/0.91-netscape/3.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_091_Netscape_Title_3 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd"> -<rss version="0.91"> - <channel> - <item> - <title>This <![CDATA[&]]>amp; this</title> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/0.91-userland/1.php b/simplepie/test/first_item_title/SPtests/entities/rss/0.91-userland/1.php deleted file mode 100644 index c98ba9379..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/0.91-userland/1.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_091_Userland_Title_1 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<rss version="0.91"> - <channel> - <item> - <title>This &amp; this</title> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'This &amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/0.91-userland/2.php b/simplepie/test/first_item_title/SPtests/entities/rss/0.91-userland/2.php deleted file mode 100644 index 62cabfbc6..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/0.91-userland/2.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_091_Userland_Title_2 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<rss version="0.91"> - <channel> - <item> - <title><![CDATA[This &amp; this]]></title> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/0.91-userland/3.php b/simplepie/test/first_item_title/SPtests/entities/rss/0.91-userland/3.php deleted file mode 100644 index b5a93dbd7..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/0.91-userland/3.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_091_Userland_Title_3 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<rss version="0.91"> - <channel> - <item> - <title>This <![CDATA[&]]>amp; this</title> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/0.92/1.php b/simplepie/test/first_item_title/SPtests/entities/rss/0.92/1.php deleted file mode 100644 index 8e00ad68e..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/0.92/1.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_092_Title_1 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<rss version="0.92"> - <channel> - <item> - <title>This &amp; this</title> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'This &amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/0.92/2.php b/simplepie/test/first_item_title/SPtests/entities/rss/0.92/2.php deleted file mode 100644 index 7960a729c..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/0.92/2.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_092_Title_2 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<rss version="0.92"> - <channel> - <item> - <title><![CDATA[This &amp; this]]></title> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/0.92/3.php b/simplepie/test/first_item_title/SPtests/entities/rss/0.92/3.php deleted file mode 100644 index 4f7308257..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/0.92/3.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_092_Title_3 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<rss version="0.92"> - <channel> - <item> - <title>This <![CDATA[&]]>amp; this</title> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/1.0/1.php b/simplepie/test/first_item_title/SPtests/entities/rss/1.0/1.php deleted file mode 100644 index 5c5207067..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/1.0/1.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_10_Title_1 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/"> - <item> - <title>This &amp; this</title> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'This &amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/1.0/2.php b/simplepie/test/first_item_title/SPtests/entities/rss/1.0/2.php deleted file mode 100644 index e8910cf87..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/1.0/2.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_10_Title_2 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/"> - <item> - <title><![CDATA[This &amp; this]]></title> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/1.0/3.php b/simplepie/test/first_item_title/SPtests/entities/rss/1.0/3.php deleted file mode 100644 index e736e29fc..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/1.0/3.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_10_Title_3 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/"> - <item> - <title>This <![CDATA[&]]>amp; this</title> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/2.0/1.php b/simplepie/test/first_item_title/SPtests/entities/rss/2.0/1.php deleted file mode 100644 index 9d552daf0..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/2.0/1.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_20_Title_1 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<rss version="2.0"> - <channel> - <item> - <title>This &amp; this</title> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'This &amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/2.0/2.php b/simplepie/test/first_item_title/SPtests/entities/rss/2.0/2.php deleted file mode 100644 index a79bd280a..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/2.0/2.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_20_Title_2 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<rss version="2.0"> - <channel> - <item> - <title><![CDATA[This &amp; this]]></title> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_title/SPtests/entities/rss/2.0/3.php b/simplepie/test/first_item_title/SPtests/entities/rss/2.0/3.php deleted file mode 100644 index 241cd2f89..000000000 --- a/simplepie/test/first_item_title/SPtests/entities/rss/2.0/3.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Title_Test_RSS_20_Title_3 extends SimplePie_First_Item_Title_Test -{ - function data() - { - $this->data = -'<rss version="2.0"> - <channel> - <item> - <title>This <![CDATA[&]]>amp; this</title> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'This &amp;amp; this'; - } -} - -?>
\ No newline at end of file |