- Timestamp:
- 10/26/2023 08:31:45 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/template_CheckedSelectedHelper.php
r51586 r57011 57 57 * @ticket 53858 58 58 * @covers ::readonly 59 * @requires PHP < 8.1 59 60 */ 60 61 public function test_readonly_with_equal_values() { 61 if ( ! function_exists( 'readonly' ) ) {62 $this->markTestSkipped( 'readonly() function is not available on PHP 8.1' );63 }64 65 62 $this->setExpectedDeprecated( 'readonly' ); 66 63
Note: See TracChangeset
for help on using the changeset viewer.