Symfony deprecation warning
Closed this issue · 1 comments
gwillem commented
Hi Steve, thanks again for making this!
I'm no PHP programmer but ran into this error using phpunit
:
1) MageScan\Test\Command\ScanCommandTest::testExecute
"Symfony\Component\Console\Helper\TableHelper" is deprecated since version 2.5 and will be removed in 3.0. Use "Symfony\Component\Console\Helper\Table" instead.
/home/willem/git/magescan/vendor/symfony/console/Helper/HelperSet.php:86
/home/willem/git/magescan/vendor/symfony/console/Command/Command.php:636
/home/willem/git/magescan/src/MageScan/Command/ScanCommand.php:160
/home/willem/git/magescan/src/MageScan/Command/ScanCommand.php:129
/home/willem/git/magescan/vendor/symfony/console/Command/Command.php:259
/home/willem/git/magescan/vendor/symfony/console/Tester/CommandTester.php:80
/home/willem/git/magescan/test/MGA/Command/ScanCommandTest.php:34
steverobbins commented
Thanks for reporting. This is fixed in the latest version.