ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Tests the cli. More...
Public Member Functions | |
setUp () | |
testInvalidArg () | |
testQuiet () | |
testHelp () | |
testFormat () | |
testFormatInvalid () | |
testInputFormatInvalid () | |
testNoInputFile () | |
testTooManyArgs () | |
testUnknownCommand () | |
testConvertJson () | |
testConvertJCardPretty () | |
testConvertJCalFail () | |
testConvertMimeDir () | |
testConvertDefaultFormats () | |
testConvertDefaultFormats2 () | |
testVCard3040 () | |
testVCard4030 () | |
testVCard4021 () | |
testValidate () | |
testValidateFail () | |
testValidateFail2 () | |
testRepair () | |
testRepairNothing () | |
testColorCalendar () | |
Note: this is a very shallow test, doesn't dig into the actual output, but just makes sure there's no errors thrown. More... | |
testColorVCard () | |
Note: this is a very shallow test, doesn't dig into the actual output, but just makes sure there's no errors thrown. More... | |
Tests the cli.
Warning: these tests are very rudimentary.
Definition at line 12 of file CliTest.php.
Sabre\VObject\CliTest::setUp | ( | ) |
Definition at line 14 of file CliTest.php.
Sabre\VObject\CliTest::testColorCalendar | ( | ) |
Note: this is a very shallow test, doesn't dig into the actual output, but just makes sure there's no errors thrown.
The colorizer is not a critical component, it's mostly a debugging tool.
This object is not valid, but it's designed to hit every part of the colorizer source.
Definition at line 542 of file CliTest.php.
Sabre\VObject\CliTest::testColorVCard | ( | ) |
Note: this is a very shallow test, doesn't dig into the actual output, but just makes sure there's no errors thrown.
The colorizer is not a critical component, it's mostly a debugging tool.
This object is not valid, but it's designed to hit every part of the colorizer source.
Definition at line 589 of file CliTest.php.
Sabre\VObject\CliTest::testConvertDefaultFormats | ( | ) |
Definition at line 282 of file CliTest.php.
Sabre\VObject\CliTest::testConvertDefaultFormats2 | ( | ) |
Definition at line 296 of file CliTest.php.
Sabre\VObject\CliTest::testConvertJCalFail | ( | ) |
Definition at line 200 of file CliTest.php.
Sabre\VObject\CliTest::testConvertJCardPretty | ( | ) |
Definition at line 158 of file CliTest.php.
Sabre\VObject\CliTest::testConvertJson | ( | ) |
Definition at line 130 of file CliTest.php.
References $version, and Sabre\VObject\Version\VERSION.
Sabre\VObject\CliTest::testConvertMimeDir | ( | ) |
Definition at line 221 of file CliTest.php.
Sabre\VObject\CliTest::testFormat | ( | ) |
Definition at line 57 of file CliTest.php.
Sabre\VObject\CliTest::testFormatInvalid | ( | ) |
Definition at line 71 of file CliTest.php.
Sabre\VObject\CliTest::testHelp | ( | ) |
Definition at line 46 of file CliTest.php.
Sabre\VObject\CliTest::testInputFormatInvalid | ( | ) |
Definition at line 85 of file CliTest.php.
Sabre\VObject\CliTest::testInvalidArg | ( | ) |
Definition at line 22 of file CliTest.php.
Sabre\VObject\CliTest::testNoInputFile | ( | ) |
Definition at line 100 of file CliTest.php.
Sabre\VObject\CliTest::testQuiet | ( | ) |
Definition at line 33 of file CliTest.php.
Sabre\VObject\CliTest::testRepair | ( | ) |
Definition at line 480 of file CliTest.php.
Sabre\VObject\CliTest::testRepairNothing | ( | ) |
Definition at line 503 of file CliTest.php.
Sabre\VObject\CliTest::testTooManyArgs | ( | ) |
Definition at line 112 of file CliTest.php.
Sabre\VObject\CliTest::testUnknownCommand | ( | ) |
Definition at line 121 of file CliTest.php.
Sabre\VObject\CliTest::testValidate | ( | ) |
Definition at line 413 of file CliTest.php.
Sabre\VObject\CliTest::testValidateFail | ( | ) |
Definition at line 438 of file CliTest.php.
Sabre\VObject\CliTest::testValidateFail2 | ( | ) |
Definition at line 459 of file CliTest.php.
Sabre\VObject\CliTest::testVCard3040 | ( | ) |
Definition at line 310 of file CliTest.php.
Sabre\VObject\CliTest::testVCard4021 | ( | ) |
Definition at line 390 of file CliTest.php.
Sabre\VObject\CliTest::testVCard4030 | ( | ) |
Definition at line 350 of file CliTest.php.