Skip to content

Commit

Permalink
Test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Jul 21, 2024
1 parent bbb04e5 commit 7f53b4c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 6 deletions.
4 changes: 2 additions & 2 deletions classes/PodsRESTFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ public function get_pod(): ?Pod {
}

/**
* Set the Pod object
* Set the Pod object.
*
* @since 2.5.6
*
* @param string|object|Pods|Pod $pod Pods object
* @param string|object|Pods|Pod $pod The Pod object which will be normalized and stored.
*/
public function set_pod( $pod ) {
$this->pod = null;
Expand Down
45 changes: 41 additions & 4 deletions tests/codeception/wpunit/Pods/PodsRESTFieldsTest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f53b4c

Please sign in to comment.