-
Notifications
You must be signed in to change notification settings - Fork 100
Create Check_Context class #10
Copy link
Copy link
Closed
Labels
InfrastructureIssues for the overall plugin infrastructureIssues for the overall plugin infrastructure[Type] EnhancementA suggestion for improvement of an existing featureA suggestion for improvement of an existing feature
Milestone
Metadata
Metadata
Assignees
Labels
InfrastructureIssues for the overall plugin infrastructureIssues for the overall plugin infrastructure[Type] EnhancementA suggestion for improvement of an existing featureA suggestion for improvement of an existing feature
Type
Fields
Give feedbackNo fields configured for issues without a type.

Description
Check_Context class will be implemented to provide the context of the plugin being checked. An instance of the Check_context will be available for all checks classes that are run. This will extend the Plugin_Context class and contain all the same methods. This allows checks to use the Check_Context instance to retrieve useful information about the plugin being tested such as the plugin basename, path and URL.
Acceptance Criteria
Check_Context.phpexists withinincludes/CheckerPlugin_ContextclassPlugin_Contextinstance