1- <?php
1+ <?php /** @noinspection PhpUnhandledExceptionInspection */
22
33/**
44 * Messages serializer implementation.
@@ -35,8 +35,6 @@ final class SymfonyMessageSerializerTest extends TestCase
3535{
3636 /**
3737 * @test
38- *
39- * @throws \Throwable
4038 */
4139 public function emptyClassWithClosedConstructor (): void
4240 {
@@ -51,8 +49,6 @@ public function emptyClassWithClosedConstructor(): void
5149
5250 /**
5351 * @test
54- *
55- * @throws \Throwable
5652 */
5753 public static function classWithClosedConstructor (): void
5854 {
@@ -72,8 +68,6 @@ public static function classWithClosedConstructor(): void
7268
7369 /**
7470 * @test
75- *
76- * @throws \Throwable
7771 */
7872 public function withDateTime (): void
7973 {
@@ -91,8 +85,6 @@ public function withDateTime(): void
9185
9286 /**
9387 * @test
94- *
95- * @throws \Throwable
9688 */
9789 public function wthNullableObjectArgument (): void
9890 {
@@ -125,8 +117,6 @@ public function wthNullableObjectArgument(): void
125117
126118 /**
127119 * @test
128- *
129- * @throws \Throwable
130120 */
131121 public function denormalizeToUnknownClass (): void
132122 {
@@ -139,8 +129,6 @@ public function denormalizeToUnknownClass(): void
139129
140130 /**
141131 * @test
142- *
143- * @throws \Throwable
144132 */
145133 public function withWrongCharset (): void
146134 {
@@ -156,8 +144,6 @@ public function withWrongCharset(): void
156144
157145 /**
158146 * @test
159- *
160- * @throws \Throwable
161147 */
162148 public function successFlow (): void
163149 {
@@ -183,8 +169,6 @@ public function successFlow(): void
183169
184170 /**
185171 * @test
186- *
187- * @throws \Throwable
188172 */
189173 public function successCollection (): void
190174 {
@@ -217,10 +201,6 @@ static function (Author $author): string
217201
218202 /**
219203 * @test
220- *
221- * @requires PHP >= 7.4
222- *
223- * @throws \Throwable
224204 */
225205 public function legacyPropertiesSupport (): void
226206 {
@@ -241,10 +221,6 @@ public function legacyPropertiesSupport(): void
241221
242222 /**
243223 * @test
244- *
245- * @requires PHP >= 7.4
246- *
247- * @throws \Throwable
248224 */
249225 public function privateMixedPropertiesSupport (): void
250226 {
0 commit comments