[BUGFIX] require_once of vfsStream triggers travis fail
vfsStream is now included in ext:phpunit, the pear module is not maintained and was removed in travis. This triggeres a failure in the phplint check. All require_once calls are removed for now, ext:phpunit now also provides an autoloader for vfsSstream. Change-Id: If1b07c31e999111e6b5d2804a9f5cc457066b7b0 Resolves: #50442 Releases: 6.2, 6.1, 6.0 Reviewed-on: https://review.typo3.org/22566 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Showing
- typo3/sysext/core/Tests/Functional/Resource/BaseTestCase.php 1 addition, 3 deletionstypo3/sysext/core/Tests/Functional/Resource/BaseTestCase.php
- typo3/sysext/core/Tests/Functional/Resource/FolderTest.php 1 addition, 3 deletionstypo3/sysext/core/Tests/Functional/Resource/FolderTest.php
- typo3/sysext/core/Tests/Functional/Resource/ResourceStorageTest.php 1 addition, 3 deletions...xt/core/Tests/Functional/Resource/ResourceStorageTest.php
- typo3/sysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php 1 addition, 2 deletions...ysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php
- typo3/sysext/core/Tests/Unit/Resource/FactoryTest.php 0 additions, 2 deletionstypo3/sysext/core/Tests/Unit/Resource/FactoryTest.php
- typo3/sysext/core/Tests/Unit/Resource/FileTest.php 1 addition, 3 deletionstypo3/sysext/core/Tests/Unit/Resource/FileTest.php
- typo3/sysext/core/Tests/Unit/Resource/FolderTest.php 1 addition, 3 deletionstypo3/sysext/core/Tests/Unit/Resource/FolderTest.php
- typo3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php 0 additions, 1 deletion...3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php
- typo3/sysext/fluid/Tests/Unit/View/TemplateViewTest.php 1 addition, 2 deletionstypo3/sysext/fluid/Tests/Unit/View/TemplateViewTest.php
Please register or sign in to comment