diff options
Diffstat (limited to 'simplepie/test/date/W3CDTF')
-rw-r--r-- | simplepie/test/date/W3CDTF/1.php | 16 | ||||
-rw-r--r-- | simplepie/test/date/W3CDTF/2.php | 16 | ||||
-rw-r--r-- | simplepie/test/date/W3CDTF/README | 1 |
3 files changed, 0 insertions, 33 deletions
diff --git a/simplepie/test/date/W3CDTF/1.php b/simplepie/test/date/W3CDTF/1.php deleted file mode 100644 index d11a59f38..000000000 --- a/simplepie/test/date/W3CDTF/1.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php - -class SimplePie_Date_Test_W3CDTF_1 extends SimplePie_Date_Test -{ - function data() - { - $this->data = '1994-11-05T08:15:30-05:00'; - } - - function expected() - { - $this->expected = 784041330; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/date/W3CDTF/2.php b/simplepie/test/date/W3CDTF/2.php deleted file mode 100644 index 9904e2ba1..000000000 --- a/simplepie/test/date/W3CDTF/2.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php - -class SimplePie_Date_Test_W3CDTF_2 extends SimplePie_Date_Test -{ - function data() - { - $this->data = '1994-11-05T13:15:30Z'; - } - - function expected() - { - $this->expected = 784041330; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/date/W3CDTF/README b/simplepie/test/date/W3CDTF/README deleted file mode 100644 index 4ace48d48..000000000 --- a/simplepie/test/date/W3CDTF/README +++ /dev/null @@ -1 +0,0 @@ -The tests enclosed within come from the W3C Date and Time Formats note
\ No newline at end of file |