diff --git a/tests/phpunit/tests/functions.php b/tests/phpunit/tests/functions.php index 12ad13a78c..2191af7ddb 100644 --- a/tests/phpunit/tests/functions.php +++ b/tests/phpunit/tests/functions.php @@ -235,7 +235,7 @@ class Tests_Functions extends WP_UnitTestCase { function test_is_serialized_should_return_true_for_large_floats() { $cases = array( serialize( 1.7976931348623157E+308 ), - serialize( array( 1.7976931348623157E+308, 1.23e50 ) ) + serialize( array( 1.7976931348623157E+308, 1.23e50 ) ), ); foreach ( $cases as $case ) {