trait HandlesAttributes

Handles parsing and executing test method attributes.

Methods

parseTestMethodAttributes(Application $app, string $attribute)

Parse and execute test method attributes of a specific type.

resolvePhpUnitAttributes()

Resolve PHPUnit method attributes.

Details

at line 28
protected FeaturesCollection parseTestMethodAttributes(Application $app, string $attribute)

internal  
 

Parse and execute test method attributes of a specific type.

Note: Attributes are already executed automatically via setUpTheTestEnvironmentUsingTestCase(). This method is for internal use by the testing infrastructure.

Parameters

Application $app
string $attribute

Return Value

FeaturesCollection

at line 55
abstract protected Collection resolvePhpUnitAttributes()

Resolve PHPUnit method attributes.

Return Value

Collection