Skip to content

Commit

Permalink
Fix service container tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenkgerritsen committed Nov 14, 2016
1 parent 9796dc0 commit 7e05ea8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/functional/ServiceContainerCest.php
Expand Up @@ -2,13 +2,6 @@

class ServiceContainerCest
{

public function _before(FunctionalTester $I)
{
$I->amOnPage('service-container');
$I->seeElement("//p[text()='string to convert']");
}

public function testHaveBinding(FunctionalTester $I)
{
$I->haveBinding('App\Test\StringConverter', 'App\Test\ToUppercase');
Expand Down

0 comments on commit 7e05ea8

Please sign in to comment.