Skip to content

Commit 9fd1ccb

Browse files
committed
Removed methods that were deprecated long time ago
1 parent a6204c0 commit 9fd1ccb

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/Codeception/Module/Symfony.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -507,26 +507,6 @@ public function dontSeeEmailIsSent()
507507
$this->seeEmailIsSent(0);
508508
}
509509

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-
530510
/**
531511
* Grabs a service from Symfony DIC container.
532512
* Recommended to use for unit testing.

0 commit comments

Comments
 (0)