Documentation

AmazonCoreTest extends PHPUnit_Framework_TestCase
in package

Generated by PHPUnit_SkeletonGenerator 1.2.0 on 2012-12-12 at 13:17:14.

Table of Contents

$object  : AmazonServiceStatus
mockProvider()  : array<string|int, mixed>
testGetOptions()  : mixed
testSetConfig()  : mixed
testSetLogPath()  : mixed
testSetMock()  : mixed
testSetStore()  : mixed
setUp()  : mixed
Sets up the fixture, for example, opens a network connection.
tearDown()  : mixed
Tears down the fixture, for example, closes a network connection.

Properties

Methods

mockProvider()

public mockProvider() : array<string|int, mixed>
Return values
array<string|int, mixed>

testGetOptions()

public testGetOptions() : mixed
Return values
mixed

testSetConfig()

public testSetConfig() : mixed
Tags
covers
expectedException

Exception

expectedExceptionMessage

Config file does not exist or cannot be read! (no)

Return values
mixed

testSetLogPath()

public testSetLogPath() : mixed
Tags
covers
expectedException

Exception

expectedExceptionMessage

Log file does not exist or cannot be read! (no)

Return values
mixed

testSetMock()

public testSetMock(mixed $a, mixed $b, mixed $c[, mixed $d = null ]) : mixed
Parameters
$a : mixed
$b : mixed
$c : mixed
$d : mixed = null
Tags
covers
dataProvider

mockProvider

Return values
mixed

testSetStore()

public testSetStore() : mixed
Tags
covers
todo

Implement testSetStore().

Return values
mixed

setUp()

Sets up the fixture, for example, opens a network connection.

protected setUp() : mixed

This method is called before a test is executed.

Return values
mixed

tearDown()

Tears down the fixture, for example, closes a network connection.

protected tearDown() : mixed

This method is called after a test is executed.

Return values
mixed

Search results