class LookbookProfileTest extends BaseUnitTest

Class LookbookProfileTest

Properties

protected UnitTester $tester

Methods

getLookbookProfileMethod(string $name)

Get lookbook profile method

array
propertySearchQueryProvider()

Property search query provider

void
testPropertySearchQuery(xm_lookbook $lookbookMod, xm_lookbook_property $property, string $searchWord, string $expected)

Test property search query

void
testShortProfileMethodCompatibility()

Test wether the mimic function is behaving backwards compatible to the original function

Details

at line 89
static protected ReflectionMethod getLookbookProfileMethod(string $name)

Get lookbook profile method

Parameters

string $name

Return Value

ReflectionMethod

Exceptions

ReflectionException

at line 58
array propertySearchQueryProvider()

Property search query provider

Return Value

array

at line 40
void testPropertySearchQuery(xm_lookbook $lookbookMod, xm_lookbook_property $property, string $searchWord, string $expected)

Test property search query

Parameters

xm_lookbook $lookbookMod
xm_lookbook_property $property
string $searchWord
string $expected

Return Value

void

Exceptions

ReflectionException

at line 103
void testShortProfileMethodCompatibility()

Test wether the mimic function is behaving backwards compatible to the original function

Return Value

void