|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
This test is an end-to-end sabredav test that goes through all the cases in the specification. More...
Inheritance diagram for Sabre\DAV\PartialUpdate\SpecificationTest:
Collaboration diagram for Sabre\DAV\PartialUpdate\SpecificationTest:Public Member Functions | |
| setUp () | |
| tearDown () | |
| testUpdateRange ($headerValue, $httpStatus, $endResult, $contentLength=4) | |
| data () | |
Protected Attributes | |
| $server | |
This test is an end-to-end sabredav test that goes through all the cases in the specification.
See: http://sabre.io/dav/http-patch/
Definition at line 15 of file SpecificationTest.php.
| Sabre\DAV\PartialUpdate\SpecificationTest::data | ( | ) |
Definition at line 74 of file SpecificationTest.php.
| Sabre\DAV\PartialUpdate\SpecificationTest::setUp | ( | ) |
Definition at line 19 of file SpecificationTest.php.
References Sabre\DAV\PartialUpdate\SpecificationTest\$server, and $tree.
| Sabre\DAV\PartialUpdate\SpecificationTest::tearDown | ( | ) |
Definition at line 34 of file SpecificationTest.php.
References Sabre\TestUtil\clearTempDir().
Here is the call graph for this function:| Sabre\DAV\PartialUpdate\SpecificationTest::testUpdateRange | ( | $headerValue, | |
| $httpStatus, | |||
| $endResult, | |||
$contentLength = 4 |
|||
| ) |
| string | $headerValue | |
| string | $httpStatus | |
| string | $endResult | |
| int | $contentLength |
@dataProvider data
Definition at line 48 of file SpecificationTest.php.
References $contentLength, and $request.
|
protected |
Definition at line 17 of file SpecificationTest.php.
Referenced by Sabre\DAV\PartialUpdate\SpecificationTest\setUp().