Changeset 63170
- Timestamp:
- 08/11/2026 12:13:22 AM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/abstract-testcase.php
r63005 r63170 875 875 * @param mixed $actual The value to check. 876 876 * @param string $message Optional. Message to display when the assertion fails. 877 * 878 * @phpstan-assert WP_Error $actual 877 879 */ 878 880 public function assertWPError( $actual, $message = '' ) { … … 885 887 * @param mixed $actual The value to check. 886 888 * @param string $message Optional. Message to display when the assertion fails. 889 * 890 * @phpstan-assert !WP_Error $actual 887 891 */ 888 892 public function assertNotWPError( $actual, $message = '' ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)