laracasts / Behat-Laravel-Extension

Laravel extension for Behat functional testing.
MIT License
260 stars 73 forks source link

Lumen Compatibility - Call to undefined method Laravel\Lumen\Application::loadEnvironmentFrom() #30

Open otherjohn opened 9 years ago

otherjohn commented 9 years ago

I was hoping this extension would work out-of-box for lumen, but I get PHP Fatal error: Call to undefined method Laravel\Lumen\Application::loadEnvironmentFrom() in vendor/laracasts/behat-laravel-extension/src/ServiceContainer/LaravelBooter.php on line 70 when I run "behat" in console.

cmgmyr commented 9 years ago

same here

jasonlfunk commented 8 years ago

+1

marvinosswald commented 8 years ago

+1

lukeberry99 commented 8 years ago

+1

lukeberry99 commented 8 years ago

Here is an adaption of this package for Lumen https://github.com/arisro/behat-lumen-extension

alnutile commented 7 years ago

Will try and merge this in shortly

alnutile commented 7 years ago

Looking into this this weekend will report back later Sunday

alnutile commented 7 years ago

@lukeberry99 what if I just pull the work you did into here and make the directions clear on how to setup Lumen over Laravel but one library?

Here is an example https://github.com/laracasts/Behat-Laravel-Extension/tree/issue-7

S33G commented 5 years ago

Just ran into the same issue. Any progress here?