Skip to content

Commit

Permalink
transpile #756
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Sep 13, 2024
1 parent e67313b commit efa9861
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased] Unreleased

## Fixed

- Set proper `WPTetCase::factory()` return type, so IDE autocompletion works (thanks @defunctl).

## [3.7.4] 2024-09-11;

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/TestCase/WPTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @method static commit_transaction()
* @method static delete_user($user_id)
* @method static factory()
* @method \WP_UnitTest_Factory factory()
* @method static flush_cache()
* @method static forceTicket($ticket)
* @method static get_called_class()
Expand Down

0 comments on commit efa9861

Please sign in to comment.