Changeset 60809 for trunk/tests/phpunit/tests/functions/wpArrayGet.php
- Timestamp:
- 09/29/2025 04:28:00 PM (10 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/functions/wpArrayGet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/wpArrayGet.php
r56971 r60809 239 239 true 240 240 ); 241 242 $this->assertSame(243 _wp_array_get(244 array(245 'key' => array(246 null => 4,247 ),248 ),249 array( 'key', null ),250 true251 ),252 4253 );254 241 } 255 242
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)