phpspec-laravel icon indicating copy to clipboard operation
phpspec-laravel copied to clipboard

Test your Laravel applications with phpspec

Results 4 phpspec-laravel issues
Sort by recently updated
recently updated
newest added

Hello, right now this plugin does not work when phpspec 5.0 is being used with PHP 7.2.9 and we can not use 4.0 there as phpspec has a constraint of...

Attempting to upgrade an application to Laravel 6 but running into the following dependency conflict: `benconstable/phpspec-laravel v4.0.1 requires laravel/framework ^5.4`

Add phpspec 5 and fix up some typehints. Got a feeling that travis will fail this.

Added a feature to use custom `.env` files. It is done via phpspec configuration with `testing_environment_file` setting. The `testing_environment_file` will override the `testing_environment` setting. Purpose: * You can have a...