Changeset 56969 for trunk/tests/phpunit/tests/compat/arrayKeyFirst.php
- Timestamp:
- 10/18/2023 10:39:19 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/compat/arrayKeyFirst.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/compat/arrayKeyFirst.php
r56548 r56969 25 25 */ 26 26 public function test_array_key_first( $expected, $arr ) { 27 if ( ! function_exists( 'array_key_first' ) ) { 28 $this->markTestSkipped( 'array_key_first() is not available.' ); 29 } else { 30 $this->assertSame( 31 $expected, 32 array_key_first( $arr ) 33 ); 34 } 27 $this->assertSame( $expected, array_key_first( $arr ) ); 35 28 } 36 29
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)