|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| setUp () | |
| test_getfeed () | |
| test_failurl () | |
| test_failproxy () | |
| test_redirect () | |
Data Fields | |
| const | VALIDURL = 'http://download.moodle.org/unittest/rsstest.xml' |
| const | INVALIDURL = 'http://download.moodle.org/unittest/rsstest-which-doesnt-exist.xml' |
| const | REDIRECTURL = 'http://tinyurl.com/lvyslv' |
Static Public Attributes | |
| static | $includecoverage = array('lib/simplepie/moodle_simplepie.php') |
Definition at line 19 of file testrss.php.
| setUp | ( | ) |
| test_failproxy | ( | ) |
| test_failurl | ( | ) |
| test_getfeed | ( | ) |
| test_redirect | ( | ) |
$includecoverage = array('lib/simplepie/moodle_simplepie.php') [static] |
Definition at line 21 of file testrss.php.
| const INVALIDURL = 'http://download.moodle.org/unittest/rsstest-which-doesnt-exist.xml' |
Definition at line 26 of file testrss.php.
| const REDIRECTURL = 'http://tinyurl.com/lvyslv' |
Definition at line 28 of file testrss.php.
| const VALIDURL = 'http://download.moodle.org/unittest/rsstest.xml' |
Definition at line 24 of file testrss.php.