static method main [line 97]
Runs the test methods of this class.
Tags:
method setUp [line 110]
Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
Tags:
method tearDown [line 123]
Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.
Tags:
method testDoNotAllowTruePathingOnPrimaryWithOneArg [line 412]
void testDoNotAllowTruePathingOnPrimaryWithOneArg(
)
|
|
Verify no up-to-parent pathing is allowed...
the resulting converter names are generally invalid. This test uses one arg with value of "/var/log/HTML"
Tags:
method testDoNotAllowTruePathingOnPrimaryWithTwoArgs [line 421]
void testDoNotAllowTruePathingOnPrimaryWithTwoArgs(
)
|
|
Verify no up-to-parent pathing is allowed...
the resulting converter names are generally invalid. This test uses two args with value of "/var/log/HTML"
Tags:
method testDoNotAllowTruePathingOnSecondary [line 430]
void testDoNotAllowTruePathingOnSecondary(
)
|
|
Verify no up-to-parent pathing is allowed...
the resulting converter names are generally invalid. This test uses two args with value of "/var/log/frames"
Tags:
method testDoNotAllowTruePathingOnTertiary [line 439]
void testDoNotAllowTruePathingOnTertiary(
)
|
|
Verify no up-to-parent pathing is allowed...
the resulting converter names are generally invalid. This test uses two args with value of "/var/log/default"
Tags:
method testExtremeExampleAndInvalidSecondary [line 478]
void testExtremeExampleAndInvalidSecondary(
)
|
|
Extreme example of messy input...
the resulting converter names are generally invalid. This test uses two args with value of "..//.frames"
Tags:
method testExtremeExampleAndInvalidTertiaryA [line 487]
void testExtremeExampleAndInvalidTertiaryA(
)
|
|
Extreme example of messy input...
the resulting converter names are generally invalid. This test uses two arg with value of "/./default/.##/"
Tags:
method testExtremeExampleAndInvalidTertiaryB [line 496]
void testExtremeExampleAndInvalidTertiaryB(
)
|
|
Extreme example of messy input...
the resulting converter names are generally invalid. This test uses two arg with value of "//default//"
Tags:
method testExtremeExampleButValidPrimaryWithOneArg [line 451]
void testExtremeExampleButValidPrimaryWithOneArg(
)
|
|
Extreme example of messy input...
the resulting converter names are generally invalid. This test uses one arg with value of "H/.T./M##L"
Tags:
method testExtremeExampleButValidPrimaryWithTwoArgs [line 460]
void testExtremeExampleButValidPrimaryWithTwoArgs(
)
|
|
Extreme example of messy input...
the resulting converter names are generally invalid. This test uses two args with value of "H/.T./M##L"
Tags:
method testExtremeExampleButValidSecondary [line 469]
void testExtremeExampleButValidSecondary(
)
|
|
Extreme example of messy input...
the resulting converter names are generally invalid. This test uses two args with value of "....frames"
Tags:
method testNormalSecondaryDefault [line 230]
void testNormalSecondaryDefault(
)
|
|
Shows correct behavior for handling the perfect expected "default" secondary value
when called with two args
Tags:
method testNormalSecondaryDocbookPeardoc2 [line 238]
void testNormalSecondaryDocbookPeardoc2(
)
|
|
Shows correct behavior for handling the perfect expected "DocBook/peardoc2" secondary value
when called with two args
Tags:
method testNormalSecondaryFrames [line 214]
void testNormalSecondaryFrames(
)
|
|
Shows correct behavior for handling the perfect expected "frames" secondary value
when called with two args
Tags:
method testNormalSecondarySmarty [line 222]
void testNormalSecondarySmarty(
)
|
|
Shows correct behavior for handling the perfect expected "Smarty" secondary value
when called with two args
Tags:
method testNormalTertiaryDefault [line 247]
void testNormalTertiaryDefault(
)
|
|
Shows correct behavior for handling the perfect expected "default" tertiary value
when called with two args
Tags:
method testNormalTertiaryDomDefault [line 312]
void testNormalTertiaryDomDefault(
)
|
|
Shows correct behavior for handling the perfect expected "DOM/default" tertiary value
when called with two args
Tags:
method testNormalTertiaryDomEarthli [line 320]
void testNormalTertiaryDomEarthli(
)
|
|
Shows correct behavior for handling the perfect expected "DOM/earthli" tertiary value
when called with two args
Tags:
method testNormalTertiaryDomL0l33t [line 328]
void testNormalTertiaryDomL0l33t(
)
|
|
Shows correct behavior for handling the perfect expected "DOM/l0l33t" tertiary value
when called with two args
Tags:
method testNormalTertiaryDomPhpdocde [line 336]
void testNormalTertiaryDomPhpdocde(
)
|
|
Shows correct behavior for handling the perfect expected "DOM/phpdoc.de" tertiary value
when called with two args
Tags:
method testNormalTertiaryDomPhphtmllib [line 344]
void testNormalTertiaryDomPhphtmllib(
)
|
|
Shows correct behavior for handling the perfect expected "DOM/phphtmllib" tertiary value
when called with two args
Tags:
method testNormalTertiaryEarthli [line 255]
void testNormalTertiaryEarthli(
)
|
|
Shows correct behavior for handling the perfect expected "earthli" tertiary value
when called with two args
Tags:
method testNormalTertiaryHands [line 287]
void testNormalTertiaryHands(
)
|
|
Shows correct behavior for handling the perfect expected "HandS" tertiary value
when called with two args
Tags:
method testNormalTertiaryL0l33t [line 263]
void testNormalTertiaryL0l33t(
)
|
|
Shows correct behavior for handling the perfect expected "l0l33t" tertiary value
when called with two args
Tags:
method testNormalTertiaryPear [line 295]
void testNormalTertiaryPear(
)
|
|
Shows correct behavior for handling the perfect expected "PEAR" tertiary value
when called with two args
Tags:
method testNormalTertiaryPhp [line 303]
void testNormalTertiaryPhp(
)
|
|
Shows correct behavior for handling the perfect expected "PHP" tertiary value
when called with two args
Tags:
method testNormalTertiaryPhpdocde [line 271]
void testNormalTertiaryPhpdocde(
)
|
|
Shows correct behavior for handling the perfect expected "phpdoc.de" tertiary value
when called with two args
Tags:
method testNormalTertiaryPhphtmllib [line 279]
void testNormalTertiaryPhphtmllib(
)
|
|
Shows correct behavior for handling the perfect expected "phphtmllib" tertiary value
when called with two args
Tags:
method testNormalWithOneArgPrimaryCHM [line 148]
void testNormalWithOneArgPrimaryCHM(
)
|
|
Shows correct behavior for handling the perfect expected "CHM" primary value
when called with one arg
Tags:
method testNormalWithOneArgPrimaryHTML [line 156]
void testNormalWithOneArgPrimaryHTML(
)
|
|
Shows correct behavior for handling the perfect expected "HTML" primary value
when called with one arg
Tags:
method testNormalWithOneArgPrimaryPDF [line 164]
void testNormalWithOneArgPrimaryPDF(
)
|
|
Shows correct behavior for handling the perfect expected "PDF" primary value
when called with one arg
Tags:
method testNormalWithOneArgPrimaryXML [line 172]
void testNormalWithOneArgPrimaryXML(
)
|
|
Shows correct behavior for handling the perfect expected "XML" primary value
when called with one arg
Tags:
method testNormalWithTwoArgsPrimaryCHM [line 181]
void testNormalWithTwoArgsPrimaryCHM(
)
|
|
Shows correct behavior for handling the perfect expected "CHM" primary value
when called with two args
Tags:
method testNormalWithTwoArgsPrimaryHTML [line 189]
void testNormalWithTwoArgsPrimaryHTML(
)
|
|
Shows correct behavior for handling the perfect expected "HTML" primary value
when called with two args
Tags:
method testNormalWithTwoArgsPrimaryPDF [line 197]
void testNormalWithTwoArgsPrimaryPDF(
)
|
|
Shows correct behavior for handling the perfect expected "PDF" primary value
when called with two args
Tags:
method testNormalWithTwoArgsPrimaryXML [line 205]
void testNormalWithTwoArgsPrimaryXML(
)
|
|
Shows correct behavior for handling the perfect expected "XML" primary value
when called with two args
Tags:
method testPreventUpToParentPathingOnPrimaryWithOneArg [line 375]
void testPreventUpToParentPathingOnPrimaryWithOneArg(
)
|
|
Verify no up-to-parent pathing is allowed...
the resulting converter names are generally invalid. This test uses one arg with value of "../../HTML"
Tags:
method testPreventUpToParentPathingOnPrimaryWithTwoArgs [line 384]
void testPreventUpToParentPathingOnPrimaryWithTwoArgs(
)
|
|
Verify no up-to-parent pathing is allowed...
the resulting converter names are generally invalid. This test uses two args with value of "../../HTML"
Tags:
method testPreventUpToParentPathingOnSecondary [line 393]
void testPreventUpToParentPathingOnSecondary(
)
|
|
Verify no up-to-parent pathing is allowed...
the resulting converter names are generally invalid. This test uses two args with value of "../../frames"
Tags:
method testPreventUpToParentPathingOnTertiary [line 402]
void testPreventUpToParentPathingOnTertiary(
)
|
|
Verify no up-to-parent pathing is allowed...
the resulting converter names are generally invalid. This test uses two args with value of "../../default"
Tags:
method testUserDefinedTertiaryValue [line 353]
void testUserDefinedTertiaryValue(
)
|
|
Shows correct behavior for handling the perfect expected "b2evo.v-1-10" tertiary value
(an example of a user-defined template not packaged with PhpDocumentor) when called with two args
Tags: