We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6204c0 commit 9fd1ccbCopy full SHA for 9fd1ccb
src/Codeception/Module/Symfony.php
@@ -507,26 +507,6 @@ public function dontSeeEmailIsSent()
507
$this->seeEmailIsSent(0);
508
}
509
510
- /**
511
- * Grabs a service from Symfony DIC container.
512
- * Recommended to use for unit testing.
513
- *
514
- * ``` php
515
- * <?php
516
- * $em = $I->grabServiceFromContainer('doctrine');
517
- * ?>
518
- * ```
519
520
- * @param $service
521
- * @return mixed
522
- * @part services
523
- * @deprecated Use grabService instead
524
- */
525
- public function grabServiceFromContainer($service)
526
- {
527
- return $this->grabService($service);
528
- }
529
-
530
/**
531
* Grabs a service from Symfony DIC container.
532
* Recommended to use for unit testing.
0 commit comments