Changeset 51397 for trunk/tests/phpunit/tests/http/http.php
- Timestamp:
- 07/10/2021 11:15:44 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/http.php
r50537 r51397 314 314 foreach ( array_keys( $cookies ) as $cookie ) { 315 315 if ( 'foo' === $cookie ) { 316 $this->assert False( isset( $cookie_jar[ $cookie ] ));316 $this->assertArrayNotHasKey( $cookie, $cookie_jar ); 317 317 } else { 318 318 $this->assertInstanceOf( 'Requests_Cookie', $cookie_jar[ $cookie ] );
Note: See TracChangeset
for help on using the changeset viewer.