diff --git a/tests/unit/Command/FixEncryptedVersionTest.php b/tests/unit/Command/FixEncryptedVersionTest.php index 716f1ddf..eca0f925 100644 --- a/tests/unit/Command/FixEncryptedVersionTest.php +++ b/tests/unit/Command/FixEncryptedVersionTest.php @@ -147,7 +147,7 @@ public function testEncryptedVersionZero() { ", $output); /** * We need to add ob_start at the end because if not done, it would be considered as a risky test. - * The reason is outputBufferingLevel in phpunit/src/Framework/TestcCase.php is found to be 1 + * The reason is outputBufferingLevel in phpunit/src/Framework/TestCase.php is found to be 1 * where as the ob_get_level is found to be zero. */ \ob_start(); @@ -231,7 +231,7 @@ public function testEncryptedVersionLessThanOriginalValue() { ", $output); /** * We need to add ob_start at the end because if not done, it would be considered as a risky test. - * The reason is outputBufferingLevel in phpunit/src/Framework/TestcCase.php is found to be 1 + * The reason is outputBufferingLevel in phpunit/src/Framework/TestCase.php is found to be 1 * where as the ob_get_level is found to be zero. */ \ob_start(); @@ -316,7 +316,7 @@ public function testEncryptedVersionGreaterThanOriginalValue() { ", $output); /** * We need to add ob_start at the end because if not done, it would be considered as a risky test. - * The reason is outputBufferingLevel in phpunit/src/Framework/TestcCase.php is found to be 1 + * The reason is outputBufferingLevel in phpunit/src/Framework/TestCase.php is found to be 1 * where as the ob_get_level is found to be zero. */ \ob_start();