Logging for responses with status codes 400-500
$ composer require heyday/silverstripe-backstop:dev-master
Create a config file in your mysite
, e.g. "mysite/_config/logging.yml"
Set up a PSR-3
logger service and add to the Backstop
constructor
Injector:
Monolog:
class: Monolog\Logger
constructor:
0: App
1:
- '%$StreamHandler'
StreamHandler:
class: Monolog\Handler\StreamHandler
constructor:
0: '../../error.log'
Backstop:
class: Heyday\Backstop\Backstop
constructor:
0: '%$Monolog'
$ composer install --dev
$ vendor/bin/phpunit
##License
SilverStripe Backstop is released under the MIT license
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem