MediaWiki
REL1_23
|
Public Member Functions | |
testGetImageSize () | |
testGetPageDimensions () | |
testGetPageText () | |
testInvalidFile () | |
testPageCount () | |
Protected Member Functions | |
checkIfToolExists ($path) | |
Check if a tool exist. | |
dataFile ($name, $type) | |
setUp () | |
Protected Attributes | |
string | $filePath |
the directory where test files are | |
DjVuHandler | $handler |
FSRepo | $repo |
the repository to use |
Definition at line 5 of file DjVuTest.php.
DjVuTest::checkIfToolExists | ( | $ | path | ) | [protected] |
Check if a tool exist.
string | $path | path to the tool |
Definition at line 58 of file DjVuTest.php.
DjVuTest::dataFile | ( | $ | name, |
$ | type | ||
) | [protected] |
Definition at line 65 of file DjVuTest.php.
DjVuTest::setUp | ( | ) | [protected] |
Reimplemented from MediaWikiTestCase.
Definition at line 19 of file DjVuTest.php.
Definition at line 74 of file DjVuTest.php.
Definition at line 98 of file DjVuTest.php.
Definition at line 107 of file DjVuTest.php.
Definition at line 82 of file DjVuTest.php.
Definition at line 89 of file DjVuTest.php.
string DjVuTest::$filePath [protected] |
the directory where test files are
Definition at line 9 of file DjVuTest.php.
DjVuHandler DjVuTest::$handler [protected] |
Definition at line 17 of file DjVuTest.php.
FSRepo DjVuTest::$repo [protected] |
the repository to use
Definition at line 13 of file DjVuTest.php.