From 9436cfabb0ee8bd2577a1d84dc0b5e4bb5ee5a1a Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 11 Apr 2019 07:33:37 +0545 Subject: [PATCH] Fix TestcCase typo --- tests/unit/Command/FixEncryptedVersionTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();