Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

Commit

Permalink
Don't skip parent tests
Browse files Browse the repository at this point in the history
Now that #228 has been fixed, we can reenable these.
  • Loading branch information
rmccue committed Jun 2, 2014
1 parent c4cb0a1 commit be57075
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_json_posts.php
Expand Up @@ -323,8 +323,6 @@ function test_create_post_with_password_without_permission() {
}

function test_create_page_with_parent() {
$this->markTestSkipped('https://github.com/WP-API/WP-API/issues/228');

$parent = $this->factory->post->create(array(
'type' => 'page',
));
Expand All @@ -344,8 +342,6 @@ function test_create_page_with_parent() {
}

function test_create_page_with_invalid_parent() {
$this->markTestSkipped('https://github.com/WP-API/WP-API/issues/228');

$parent = $this->factory->post->create(array(
'type' => 'page',
));
Expand Down

0 comments on commit be57075

Please sign in to comment.