Download the PHP package lasotaartur/phpspec-silex without Composer
On this page you can find all versions of the php package lasotaartur/phpspec-silex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lasotaartur/phpspec-silex
More information about lasotaartur/phpspec-silex
Files in lasotaartur/phpspec-silex
Download lasotaartur/phpspec-silex
More information about lasotaartur/phpspec-silex
Files in lasotaartur/phpspec-silex
Vendor lasotaartur
Package phpspec-silex
Short Description Test your Silex applications with PhpSpec
License MIT
Homepage https://github.com/lasotaartur/phpspec-silex
Package phpspec-silex
Short Description Test your Silex applications with PhpSpec
License MIT
Homepage https://github.com/lasotaartur/phpspec-silex
Please rate this library. Is it a good library?
Informations about the package phpspec-silex
phpspec Silex Extension
phpspec Extension for testing Silex applications.
Installation
Add this to your composer.json
:
then add this to your phpspec.yml
:
Why this extension?
This extension provides you with a bootstrapped Silex environment when writing your phpspec tests.
Configuration
in your phpspec.yml
.
App bootstrap path
By default, the extension will bootstrap your app by looking for app/bootstrap.php
.
You can manually specify the path to the bootstrap file, like so:
Example of bootstrap.php
Usage
If you want use silex $app extend your specs
from PhpSpec\Silex\SilexObjectBehavior
.
Example
All versions of phpspec-silex with dependencies
PHP Build Version
Package Version
The package lasotaartur/phpspec-silex contains the following files
Loading the files please wait ....