Skip to content

Conversation

@jjgrainger
Copy link
Contributor

Add the Check_Context class

Closes #10

@jjgrainger jjgrainger added [Type] Enhancement A suggestion for improvement of an existing feature Infrastructure Issues for the overall plugin infrastructure Milestone 1 labels Dec 20, 2022
@jjgrainger jjgrainger marked this pull request as ready for review December 21, 2022 11:34
Copy link
Member

@felixarntz felixarntz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jjgrainger All good, except the same pending feedback for #47 applies here too.

public function test_url_with_parameter() {
$this->assertSame( site_url( '/wp-content/plugins/test-plugin/folder/file.css' ), $this->check_context->url( '/folder/file.css' ) );
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same feedback as for the tests in #47 applies here.

Copy link
Member

@mukeshpanchal27 mukeshpanchal27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jjgrainger We were ready to go once Felix's feedback was addressed. 

@jjgrainger jjgrainger merged commit fc06588 into trunk Dec 22, 2022
@jjgrainger jjgrainger deleted the feature/create-check-context-class branch December 22, 2022 11:36
bordoni pushed a commit that referenced this pull request Sep 13, 2023
* Update Build to push to plugins.svn

* Create readme.txt

* Move from build to Release workflow.

NOTE: This assumes that releases are built from the 'build' branch, rather than from 'trunk' with development files.

This might need to be changed to (conditionally perhaps) run the build steps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Infrastructure Issues for the overall plugin infrastructure [Type] Enhancement A suggestion for improvement of an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Check_Context class

4 participants