TransactionMockFactory
Table of Contents
-
makeSingle()
: object|Transaction
-
makeSingleAsStandardClass()
: object
-
generateAttributes()
: array<string|int, mixed>
makeSingle()
public
static makeSingle(array<string|int, mixed>|null $attributes) : object|Transaction
Parameters
-
$attributes
: array<string|int, mixed>|null
-
Return values
object|Transaction
—
makeSingleAsStandardClass()
public
static makeSingleAsStandardClass(array<string|int, mixed>|null $attributes) : object
Parameters
-
$attributes
: array<string|int, mixed>|null
-
Return values
object
—
generateAttributes()
private
static generateAttributes(array<string|int, mixed>|null $attributes) : array<string|int, mixed>
Parameters
-
$attributes
: array<string|int, mixed>|null
-
Return values
array<string|int, mixed>
—