diff --git a/typo3/sysext/core/Tests/Unit/Resource/ProcessedFileTest.php b/typo3/sysext/core/Tests/Unit/Resource/ProcessedFileTest.php index 5a4773e45180f7606be7e9fc029ea845008f8d51..7a7869819fd69892ca716c362f1ad4beef9d3f97 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/ProcessedFileTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/ProcessedFileTest.php @@ -40,7 +40,7 @@ class ProcessedFileTest extends \TYPO3\TestingFramework\Core\Unit\UnitTestCase protected $databaseRow = []; /** - * @throws \PHPUnit_Framework_Exception + * @throws \PHPUnit\Framework\Exception */ protected function setUp() { diff --git a/typo3/sysext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php b/typo3/sysext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php index 7b0e7f2b2931af42c5a44b0047ee38dd6d75315f..a86b73b6d3cca85584fa91e9eb3e70e712850a42 100644 --- a/typo3/sysext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php @@ -61,7 +61,7 @@ class UriBuilderTest extends \TYPO3\TestingFramework\Core\Unit\UnitTestCase /** * @throws \InvalidArgumentException - * @throws \PHPUnit_Framework_Exception + * @throws \PHPUnit\Framework\Exception */ protected function setUp() { diff --git a/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/PersistentObjectConverterTest.php b/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/PersistentObjectConverterTest.php index 1c2b35964c2c5c4d7fab6a24b6ff13902996379e..899bfef624f131293b3bd31f13137aac42d9ee3d 100644 --- a/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/PersistentObjectConverterTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/PersistentObjectConverterTest.php @@ -61,7 +61,7 @@ class PersistentObjectConverterTest extends \TYPO3\TestingFramework\Core\Unit\Un /** * @throws \InvalidArgumentException - * @throws \PHPUnit_Framework_Exception + * @throws \PHPUnit\Framework\Exception * @throws \RuntimeException */ protected function setUp() diff --git a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/SelectViewHelperTest.php b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/SelectViewHelperTest.php index 91081825485f7436ada3ba4710414781753dc6b4..1394107def460509a96a47224d7bbfcbe90c420b 100644 --- a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/SelectViewHelperTest.php +++ b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/SelectViewHelperTest.php @@ -249,7 +249,7 @@ class SelectViewHelperTest extends ViewHelperBaseTestcase $this->setLocale(LC_CTYPE, $locale); $this->setLocale(LC_MONETARY, $locale); $this->setLocale(LC_TIME, $locale); - } catch (\PHPUnit_Framework_Exception $e) { + } catch (\PHPUnit\Framework\Exception $e) { $this->markTestSkipped('Locale ' . $locale . ' is not available.'); } if (stristr(PHP_OS, 'Darwin') !== false) { diff --git a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/DateViewHelperTest.php b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/DateViewHelperTest.php index d12130fb8bf76f22666f29aa6465715158aea875..c49e512f5cfa0f989764ff531bc75005ad8758bc 100644 --- a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/DateViewHelperTest.php +++ b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/DateViewHelperTest.php @@ -466,7 +466,7 @@ class DateViewHelperTest extends ViewHelperBaseTestcase $this->setLocale(LC_CTYPE, $locale); $this->setLocale(LC_MONETARY, $locale); $this->setLocale(LC_TIME, $locale); - } catch (\PHPUnit_Framework_Exception $e) { + } catch (\PHPUnit\Framework\Exception $e) { $this->markTestSkipped('Locale ' . $locale . ' is not available.'); } $this->setArgumentsUnderTest( diff --git a/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php b/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php index b8ed108e2b3abd720d25ba9cada3dbd939d120e2..132e764030df33976532e1f943c2cf039d5234fe 100644 --- a/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php +++ b/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php @@ -3980,7 +3980,7 @@ class ContentObjectRendererTest extends \TYPO3\TestingFramework\Core\Unit\UnitTe $locale = 'en_US.UTF-8'; try { $this->setLocale(LC_NUMERIC, $locale); - } catch (\PHPUnit_Framework_Exception $e) { + } catch (\PHPUnit\Framework\Exception $e) { $this->markTestSkipped('Locale ' . $locale . ' is not available.'); } $conf = ['bytes.' => $conf];