Skip to content

Commit

Permalink
Merge pull request #1 from zitec/phpunit_assert
Browse files Browse the repository at this point in the history
Remove required phpunit file and change the page object version.
  • Loading branch information
marius-balteanu committed Apr 11, 2016
2 parents 98569e6 + 36880e3 commit a81fe58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
"behat/mink-selenium2-driver": "v1.3.1",
"peridot-php/webdriver-manager": "1.3.0",
"ciaranmcnulty/behat-stepthroughextension": "1.0.0",
"sensiolabs/behat-page-object-extension": "2.0.x-dev",
"sensiolabs/behat-page-object-extension": "v2.0.0-rc1",
"phpunit/phpunit": "4.8.16",
"fzaninotto/faker": "1.5.0",
"ocramius/proxy-manager": "~1.0",
"nelmio/alice": "2.1.3"
},
"minimum-stability": "dev",
"config": {
"bin-dir": "bin"
},
Expand Down
3 changes: 0 additions & 3 deletions src/Zitec/ZitecExtension/Context/BaseContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Behat\Behat\Hook\Scope\BeforeScenarioScope;
use Zitec\ZitecExtension\Context\ZitecContext;

require_once 'PHPUnit/Framework/Assert/Functions.php';

class BaseContext extends PageObjectContext implements SnippetAcceptingContext
{
Expand All @@ -37,6 +36,4 @@ public function getMinkContext ()
{
return $this->minkContext;
}


}

0 comments on commit a81fe58

Please sign in to comment.