ValidateVCardTest
extends TestCase
in package
Table of Contents
- $cardBackend : mixed
- $server : mixed
- request() : mixed
- setup() : void
- testCreateFile() : mixed
- testCreateFileJson() : mixed
- testCreateFileNoUID() : mixed
- testCreateFileValid() : mixed
- testCreateFileVCalendar() : mixed
- testCreateVCardAutoFix() : mixed
- This test creates an intentionally broken vCard that vobject is able to automatically repair.
- testCreateVCardStrictFail() : mixed
- This test creates an intentionally broken vCard that vobject is able to automatically repair.
- testUpdateFile() : mixed
- testUpdateFileParsableBody() : mixed
Properties
$cardBackend
protected
mixed
$cardBackend
$server
protected
mixed
$server
Methods
request()
public
request(Request $request[, mixed $expectedStatus = null ]) : mixed
Parameters
- $request : Request
- $expectedStatus : mixed = null
Return values
mixed —setup()
public
setup() : void
Return values
void —testCreateFile()
public
testCreateFile() : mixed
Return values
mixed —testCreateFileJson()
public
testCreateFileJson() : mixed
Return values
mixed —testCreateFileNoUID()
public
testCreateFileNoUID() : mixed
Return values
mixed —testCreateFileValid()
public
testCreateFileValid() : mixed
Return values
mixed —testCreateFileVCalendar()
public
testCreateFileVCalendar() : mixed
Return values
mixed —testCreateVCardAutoFix()
This test creates an intentionally broken vCard that vobject is able to automatically repair.
public
testCreateVCardAutoFix() : mixed
Tags
Return values
mixed —testCreateVCardStrictFail()
This test creates an intentionally broken vCard that vobject is able to automatically repair.
public
testCreateVCardStrictFail() : mixed
However, we're supplying a heading asking the server to treat the request as strict, so the server should still let the request fail.
Tags
Return values
mixed —testUpdateFile()
public
testUpdateFile() : mixed
Return values
mixed —testUpdateFileParsableBody()
public
testUpdateFileParsableBody() : mixed