Documentation

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

Methods

request()

public request(Request $request[, mixed $expectedStatus = null ]) : mixed
Parameters
$request : Request
$expectedStatus : mixed = null
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
depends

testCreateFileValid

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
depends

testCreateFileValid

Return values
mixed

testUpdateFileParsableBody()

public testUpdateFileParsableBody() : mixed
Return values
mixed

Search results