Skip to content

Commit

Permalink
Remove unneeded test
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Feb 7, 2023
1 parent fbdf0da commit 35ce48c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/PHPStan/Type/ObjectTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
use Throwable;
use ThrowPoints\TryCatch\MyInvalidArgumentException;
use Traversable;
use UnusedMethodFalsePositiveWithTrait\LocalOnlineReservationTime;
use function count;
use function sprintf;
use const PHP_VERSION_ID;
Expand Down Expand Up @@ -433,11 +432,6 @@ public function dataIsSuperTypeOf(): array
new ObjectType(DateTime::class),
TrinaryLogic::createNo(),
],
61 => [
new ObjectType(LocalOnlineReservationTime::class),
new ThisType($reflectionProvider->getClass(LocalOnlineReservationTime::class)),
TrinaryLogic::createYes(),
],
];
}

Expand Down

0 comments on commit 35ce48c

Please sign in to comment.