You appear to be a bot. Output may be restricted
Description
Test that is_countable() is always available (either from PHP or WP).
Usage
Tests_Compat_isCountable::test_is_countable_availability();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/compat/isCountable.php
Lines:
1 to 4 of 4
public function test_is_countable_availability() { $this->assertTrue( function_exists( 'is_countable' ) ); }