PHP code example of tabbi89 / behat-silex-extension
1. Go to this page and download the library: Download tabbi89/behat-silex-extension library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
tabbi89 / behat-silex-extension example snippets
YAML
default:
extensions:
Tabbi89\Behat\SilexExtension:
kernel:
bootstrap: app/autoload.php
path: app/Application.php
env: test
debug: true
testSession: true
Behat\MinkExtension:
default_session: silex
sessions:
silex:
silex: ~