File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,6 @@ public function setUp(): void
31
31
$ this ->resetStaticEnumProps ();
32
32
}
33
33
34
- public function tearDown (): void
35
- {
36
- assert_options (ASSERT_ACTIVE , 1 );
37
- }
38
-
39
34
/**
40
35
* Un-initialize all known enumerations
41
36
*/
@@ -331,14 +326,6 @@ public function testEnabledAssertAmbiguousEnumeratorValues(): void
331
326
EnumAmbiguous::get ('unknown ' );
332
327
}
333
328
334
- public function testDisabledAssertAmbiguousEnumeratorValues (): void
335
- {
336
- assert_options (ASSERT_ACTIVE , 0 );
337
- $ this ->expectException (InvalidArgumentException::class);
338
-
339
- EnumAmbiguous::get ('unknown ' );
340
- }
341
-
342
329
public function testByNameAmbiguousEnumeratorValues (): void
343
330
{
344
331
$ this ->expectException (AssertionError::class);
@@ -355,14 +342,6 @@ public function testExtendedEnabledAssertAmbiguousEnumeratorValues(): void
355
342
EnumExtendedAmbiguous::get ('unknown ' );
356
343
}
357
344
358
- public function testExtendedDisabledAssertAmbiguousEnumeratorValues (): void
359
- {
360
- assert_options (ASSERT_ACTIVE , 0 );
361
- $ this ->expectException (InvalidArgumentException::class);
362
-
363
- EnumExtendedAmbiguous::get ('unknown ' );
364
- }
365
-
366
345
public function testSingleton (): void
367
346
{
368
347
$ enum1 = EnumBasic::get (EnumBasic::ONE );
You can’t perform that action at this time.
0 commit comments