ExcelBundle
ExcelBundle copied to clipboard
Update AppKernel.php
Without namespace IDE throws an error of duplicated class:
you need to update the testsuite to make it use the namespaced kernel though
My local tests passed:
~/www/Aliance/ExcelBundle $ ./bin/phpunit
PHPUnit 4.8.35 by Sebastian Bergmann and contributors.
.........
Time: 237 ms, Memory: 17.75MB
OK (9 tests, 19 assertions)
Test fails at travis in PHP 5.3 🤔 , seems to be the same behavior in master?
@liuggio review please
@Aliance thanks a lot!
the problem is on “[“ on <5.4 PHP version :( I'll look into that ASAP...
@liuggio did you have enough time to watch out the problem?
@liuggio hello. Sorry for being annoying but may be merge this pr?
Sorry for the delay but this needs a major version, and this is not a killer feature :(
@liuggio any news?
@liuggio why does it need a major version ? This changes a class in the testsuite fixtures. This class is not autoloadable when using the bundle in projects.