-
Notifications
You must be signed in to change notification settings - Fork 83
Create Check_Context class #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
felixarntz
left a comment
There was a problem hiding this 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' ) ); | ||
| } | ||
| } |
There was a problem hiding this comment.
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.
mukeshpanchal27
left a comment
There was a problem hiding this 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.
* 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.
Add the
Check_ContextclassPlugin_Context_Tests.phpCloses #10