From 7aafc28dbfc884d8fe10ab6df5b5bf78a96e7891 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 9 May 2017 15:55:43 +0200 Subject: [PATCH] TASK: Fix broken test Relates: #77 --- .../Typo3Update/Sniffs/Removed/GenericGlobalSniff/Expected.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Fixtures/Standards/Typo3Update/Sniffs/Removed/GenericGlobalSniff/Expected.json b/tests/Fixtures/Standards/Typo3Update/Sniffs/Removed/GenericGlobalSniff/Expected.json index 4e2c2b9..c94aa82 100644 --- a/tests/Fixtures/Standards/Typo3Update/Sniffs/Removed/GenericGlobalSniff/Expected.json +++ b/tests/Fixtures/Standards/Typo3Update/Sniffs/Removed/GenericGlobalSniff/Expected.json @@ -13,7 +13,7 @@ "type": "WARNING" }, { - "column": 13, + "column": 26, "fixable": false, "line": 25, "message": "Calls to removed code are not allowed; found typo3CacheManager. Removed in 7.0. Use GeneralUtility::makeInstance() instead. See: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.0/Breaking-62416-DeprecatedCodeRemovalInCoreSysext.html#removed-php-classes",