Skip to content

Commit 7e05ea8

Browse files
Fix service container tests
1 parent 9796dc0 commit 7e05ea8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/functional/ServiceContainerCest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
class ServiceContainerCest
44
{
5-
6-
public function _before(FunctionalTester $I)
7-
{
8-
$I->amOnPage('service-container');
9-
$I->seeElement("//p[text()='string to convert']");
10-
}
11-
125
public function testHaveBinding(FunctionalTester $I)
136
{
147
$I->haveBinding('App\Test\StringConverter', 'App\Test\ToUppercase');

0 commit comments

Comments
 (0)