Skip to content

Commit

Permalink
Fix `Trying to @cover or @use not existing method "GravityView_Edit_E…
Browse files Browse the repository at this point in the history
…ntry::check_user_cap_edit_entry( $entry, $view_id = 0)`
  • Loading branch information
zackkatz committed Sep 29, 2015
1 parent f9535f3 commit 9900e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit-tests/GravityView_Edit_Entry_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function test_add_template_path() {
}

/**
* @covers GravityView_Edit_Entry::check_user_cap_edit_entry( $entry, $view_id = 0 )
* @covers GravityView_Edit_Entry::check_user_cap_edit_entry()
*/
public function test_check_user_cap_edit_entry() {

Expand Down

0 comments on commit 9900e39

Please sign in to comment.