TestCase

Type
Class
Namespace
craft\test
Inherits
craft\test\TestCase » Codeception\Test\Unit
Extended by
craft\test\console\ConsoleTest, myprojecttests\ExampleUnitTest
Since
3.2.0

Class TestCase

View source (opens new window)

# Public Methods

Method Description
_fixtures()
assertObjectIsInstanceOfClassCallback() Returns a callable that checks whether the passed in object is an instance of the $class param

# _fixtures()

View source (opens new window)

Returns

array (opens new window)[]

# assertObjectIsInstanceOfClassCallback()

Returns a callable that checks whether the passed in object is an instance of the $class param

View source (opens new window)

Arguments

Returns

callable (opens new window)

# Protected Methods

Method Description
getInaccessibleProperty() Gets an inaccessible object property.
invokeMethod() Invokes an inaccessible method on an object
invokeStaticMethod() Invokes an inaccessible static method on a class
setInaccessibleProperty() Sets an inaccessible object property to a designated value.

# getInaccessibleProperty()

Gets an inaccessible object property.

View source (opens new window)

Arguments

Returns

mixed

Throws

# invokeMethod()

Invokes an inaccessible method on an object

View source (opens new window)

Arguments

Returns

mixed

Throws

# invokeStaticMethod()

Invokes an inaccessible static method on a class

View source (opens new window)

Arguments

Returns

mixed

Throws

# setInaccessibleProperty()

Sets an inaccessible object property to a designated value.

View source (opens new window)

Arguments

Throws