diff --git a/features/bootstrap/FeatureContext.php b/features/bootstrap/FeatureContext.php index a61f023..ada91a7 100644 --- a/features/bootstrap/FeatureContext.php +++ b/features/bootstrap/FeatureContext.php @@ -23,7 +23,7 @@ class FeatureContext implements SnippetAcceptingContext */ public function theUrl($url) { - $this->videoService = new \Panorama\Video($this->url); + $this->videoService = new \Panorama\Video($url); } /**