Skip to content

Commit

Permalink
Update ContainerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriter committed Apr 8, 2023
1 parent 0dd23fd commit b01694c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Unit/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,6 @@ public static function dataProviderServiceNotFoundException(): Generator
static fn (Container $container): string => $container->get('dose-not-exist'),
];

yield 'ServiceNotFoundException::missingServiceId@alias' => [
static fn (Container $container) => $container->alias('alias', 'dose-not-exist'),
];

yield 'ServiceNotFoundException::missingServiceId@extend' => [
static function (Container $container): void {
$container->extend('extend-missing-service', static fn (Container $container) => null);
Expand Down

0 comments on commit b01694c

Please sign in to comment.