From cddcbb93f0887e2716b7b3b24be0ecf6037efdd4 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Mon, 17 Aug 2020 11:37:42 -0700 Subject: [PATCH] Fixed spelling (reenable -> re-enable) --- php/tests/compatibility_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/tests/compatibility_test.sh b/php/tests/compatibility_test.sh index d1417d9235..7e44cce06b 100755 --- a/php/tests/compatibility_test.sh +++ b/php/tests/compatibility_test.sh @@ -103,7 +103,7 @@ composer install # TODO(teboring): Temporarily disable encode_decode_test.php. In 3.13.0-rc1, # repeated primitive field encoding is changed to packed, which is a bug fix. # However, this fails the compatibility test which hard coded old encoding. -# Will reenable the test after making a release. After the version bump, the +# Will re-enable the test after making a release. After the version bump, the # compatibility test will use the updated test code. tests=( array_test.php generated_class_test.php map_field_test.php well_known_test.php ) sed -i.bak '/php_implementation_test.php/d' phpunit.xml