Skip to content
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

Add basic PostTypeType object query tests. #130

Merged
merged 2 commits into from
May 24, 2017
Merged

Conversation

BE-Webdesign
Copy link
Contributor

Fixes #67. Adds basic PostTypeType object query tests.

Fixes #67.  Adds basic PostTypeType object query tests.
@BE-Webdesign BE-Webdesign added the Status: In Review Needs to be reviewed by a project maintainer before merge label May 23, 2017
@coveralls
Copy link

coveralls commented May 23, 2017

Coverage Status

Coverage increased (+1.5%) to 80.864% when pulling 405b2da on add/test/post-types into 5ab9cd1 on master.

@coveralls
Copy link

coveralls commented May 23, 2017

Coverage Status

Coverage increased (+4.0%) to 83.346% when pulling dfd6847 on add/test/post-types into 5ab9cd1 on master.

@@ -24,7 +24,7 @@ public function setUp() {
$this->current_date = date( 'Y-m-d H:i:s', $this->current_time );
$this->current_date_gmt = gmdate( 'Y-m-d H:i:s', $this->current_time );
$this->admin = $this->factory->user->create( [
'role' => 'admin',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops lol. That is probably in many places.

@jasonbahl jasonbahl merged commit 5e0e63a into master May 24, 2017
@jasonbahl jasonbahl deleted the add/test/post-types branch July 27, 2017 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: In Review Needs to be reviewed by a project maintainer before merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants