Skip to content

Commit

Permalink
chore: fix naming for phpunit test
Browse files Browse the repository at this point in the history
  • Loading branch information
preda-bogdan committed Feb 1, 2024
1 parent 269623d commit 87aec72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-post-access.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private function get_rand_name() {
return $result;
}

public function test_post_access() {
public function test_custom_post_access() {
$random_name = $this->get_rand_name();
$admin_id = $this->factory->user->create(
array(
Expand Down

0 comments on commit 87aec72

Please sign in to comment.