Changeset 50284 for trunk/tests/phpunit/tests/auth.php
- Timestamp:
- 02/10/2021 01:24:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/auth.php
r50065 r50284 469 469 'Application passwords should be allowed for API authentication' 470 470 ); 471 $this->assert Equals( $item['uuid'], rest_get_authenticated_app_password() );471 $this->assertSame( $item['uuid'], rest_get_authenticated_app_password() ); 472 472 } 473 473
Note: See TracChangeset
for help on using the changeset viewer.