HandlesAttributes
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.
at line 55
abstract protected Collection
resolvePhpUnitAttributes()
Resolve PHPUnit method attributes.