[BUGFIX] Fix the unit tests to work with PHPUnit 3.6
Phpunit 3.6 is no longer able to test for a generic Exception class. The main part of this patch changes generic Exceptions to better detailed subclasses to give more information on the error. Change-Id: I2197b88fae4e90d8c5ceaa0f983f43ef1388ed02 Fixes: #35202 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/10187 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Showing
- t3lib/class.t3lib_compressor.php 1 addition, 1 deletiont3lib/class.t3lib_compressor.php
- t3lib/class.t3lib_lock.php 1 addition, 1 deletiont3lib/class.t3lib_lock.php
- t3lib/config_default.php 1 addition, 1 deletiont3lib/config_default.php
- t3lib/file/FileReference.php 4 additions, 4 deletionst3lib/file/FileReference.php
- t3lib/file/ProcessedFile.php 1 addition, 1 deletiont3lib/file/ProcessedFile.php
- t3lib/file/Service/BackwardsCompatibility/TslibContentAdapterService.php 1 addition, 1 deletion...ice/BackwardsCompatibility/TslibContentAdapterService.php
- t3lib/file/Storage.php 9 additions, 2 deletionst3lib/file/Storage.php
- t3lib/mail/class.t3lib_mail_mboxtransport.php 1 addition, 1 deletiont3lib/mail/class.t3lib_mail_mboxtransport.php
- t3lib/mail/class.t3lib_mail_rfc822addressesparser.php 2 additions, 2 deletionst3lib/mail/class.t3lib_mail_rfc822addressesparser.php
- t3lib/tree/pagetree/class.t3lib_tree_pagetree_commands.php 2 additions, 2 deletionst3lib/tree/pagetree/class.t3lib_tree_pagetree_commands.php
- tests/t3lib/class.t3lib_extmgmTest.php 2 additions, 2 deletionstests/t3lib/class.t3lib_extmgmTest.php
- tests/t3lib/file/Driver/LocalDriverTest.php 5 additions, 0 deletionstests/t3lib/file/Driver/LocalDriverTest.php
- tests/t3lib/file/FactoryTest.php 4 additions, 0 deletionstests/t3lib/file/FactoryTest.php
- tests/t3lib/file/FileTest.php 4 additions, 1 deletiontests/t3lib/file/FileTest.php
- tests/t3lib/file/FolderTest.php 4 additions, 0 deletionstests/t3lib/file/FolderTest.php
- tests/t3lib/utility/class.t3lib_utility_mailTest.php 1 addition, 0 deletionstests/t3lib/utility/class.t3lib_utility_mailTest.php
- typo3/sysext/em/classes/connection/class.tx_em_connection_soap.php 1 addition, 1 deletion...ext/em/classes/connection/class.tx_em_connection_soap.php
- typo3/sysext/form/Classes/Domain/Factory/Typoscript.php 17 additions, 7 deletionstypo3/sysext/form/Classes/Domain/Factory/Typoscript.php
- typo3/sysext/scheduler/class.tx_scheduler_croncmd_normalize.php 1 addition, 1 deletion...sysext/scheduler/class.tx_scheduler_croncmd_normalize.php
- typo3/sysext/scheduler/tasks/class.tx_scheduler_recyclergarbagecollection.php 1 addition, 1 deletion...er/tasks/class.tx_scheduler_recyclergarbagecollection.php
Please register or sign in to comment