|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\Xml\WriterTest:
Collaboration diagram for Sabre\Xml\WriterTest:Public Member Functions | |
| setUp () | |
| compare ($input, $output) | |
| testSimple () | |
| testSimpleQuotes () | |
| @depends testSimple More... | |
| testSimpleAttributes () | |
| testMixedSyntax () | |
| testNull () | |
| testArrayFormat2 () | |
| testArrayOfValues () | |
| testArrayFormat2NoValue () | |
| @depends testArrayFormat2 More... | |
| testCustomNamespace () | |
| testEmptyNamespace () | |
| testAttributes () | |
| testBaseElement () | |
| testElementObj () | |
| testEmptyNamespacePrefix () | |
| testEmptyNamespacePrefixEmptyString () | |
| testWriteElement () | |
| testWriteElementComplex () | |
| testWriteBadObject () | |
| @expectedException \InvalidArgumentException More... | |
| testStartElementSimple () | |
| testCallback () | |
| testResource () | |
| @expectedException \InvalidArgumentException More... | |
| testClassMap () | |
Protected Attributes | |
| $writer | |
Definition at line 5 of file WriterTest.php.
| Sabre\Xml\WriterTest::compare | ( | $input, | |
| $output | |||
| ) |
Definition at line 21 of file WriterTest.php.
References $input, and Sabre\VObject\$output.
Referenced by Sabre\Xml\WriterTest\testArrayFormat2(), Sabre\Xml\WriterTest\testArrayFormat2NoValue(), Sabre\Xml\WriterTest\testArrayOfValues(), Sabre\Xml\WriterTest\testAttributes(), Sabre\Xml\WriterTest\testBaseElement(), Sabre\Xml\WriterTest\testCallback(), Sabre\Xml\WriterTest\testClassMap(), Sabre\Xml\WriterTest\testCustomNamespace(), Sabre\Xml\WriterTest\testElementObj(), Sabre\Xml\WriterTest\testEmptyNamespace(), Sabre\Xml\WriterTest\testEmptyNamespacePrefix(), Sabre\Xml\WriterTest\testEmptyNamespacePrefixEmptyString(), Sabre\Xml\WriterTest\testMixedSyntax(), Sabre\Xml\WriterTest\testNull(), Sabre\Xml\WriterTest\testResource(), Sabre\Xml\WriterTest\testSimple(), Sabre\Xml\WriterTest\testSimpleAttributes(), and Sabre\Xml\WriterTest\testSimpleQuotes().
Here is the caller graph for this function:| Sabre\Xml\WriterTest::setUp | ( | ) |
Definition at line 9 of file WriterTest.php.
| Sabre\Xml\WriterTest::testArrayFormat2 | ( | ) |
Definition at line 133 of file WriterTest.php.
References Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testArrayFormat2NoValue | ( | ) |
@depends testArrayFormat2
Definition at line 183 of file WriterTest.php.
References Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testArrayOfValues | ( | ) |
Definition at line 156 of file WriterTest.php.
References Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testAttributes | ( | ) |
Definition at line 240 of file WriterTest.php.
References Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testBaseElement | ( | ) |
Definition at line 265 of file WriterTest.php.
References Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testCallback | ( | ) |
Definition at line 380 of file WriterTest.php.
References Sabre\Xml\WriterTest\$writer, and Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testClassMap | ( | ) |
Definition at line 411 of file WriterTest.php.
References $key, Sabre\Xml\WriterTest\$writer, and Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testCustomNamespace | ( | ) |
Definition at line 205 of file WriterTest.php.
References Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testElementObj | ( | ) |
Definition at line 278 of file WriterTest.php.
References Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testEmptyNamespace | ( | ) |
Definition at line 222 of file WriterTest.php.
References Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testEmptyNamespacePrefix | ( | ) |
Definition at line 293 of file WriterTest.php.
References Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testEmptyNamespacePrefixEmptyString | ( | ) |
Definition at line 309 of file WriterTest.php.
References Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testMixedSyntax | ( | ) |
Definition at line 75 of file WriterTest.php.
References Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testNull | ( | ) |
Definition at line 120 of file WriterTest.php.
References Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testResource | ( | ) |
@expectedException \InvalidArgumentException
Definition at line 398 of file WriterTest.php.
References Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testSimple | ( | ) |
Definition at line 29 of file WriterTest.php.
References Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testSimpleAttributes | ( | ) |
Definition at line 58 of file WriterTest.php.
References Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testSimpleQuotes | ( | ) |
@depends testSimple
Definition at line 45 of file WriterTest.php.
References Sabre\Xml\WriterTest\compare().
Here is the call graph for this function:| Sabre\Xml\WriterTest::testStartElementSimple | ( | ) |
Definition at line 365 of file WriterTest.php.
References Sabre\VObject\$output.
| Sabre\Xml\WriterTest::testWriteBadObject | ( | ) |
@expectedException \InvalidArgumentException
Definition at line 359 of file WriterTest.php.
| Sabre\Xml\WriterTest::testWriteElement | ( | ) |
Definition at line 325 of file WriterTest.php.
References Sabre\VObject\$output.
| Sabre\Xml\WriterTest::testWriteElementComplex | ( | ) |
Definition at line 340 of file WriterTest.php.
References Sabre\VObject\$output, and test().
Here is the call graph for this function:
|
protected |
Definition at line 7 of file WriterTest.php.
Referenced by Sabre\Xml\WriterTest\testCallback(), and Sabre\Xml\WriterTest\testClassMap().