heyday / silverstripe-backstop
There is no license information available for the latest version (0.1.2) of this package.
Helps log non-200 errors
Package info
github.com/heyday/silverstripe-backstop
Type:silverstripe-module
pkg:composer/heyday/silverstripe-backstop
0.1.2
2015-04-30 02:00 UTC
Requires
- composer/installers: ~1.0
- monolog/monolog: ^1.7
Requires (Dev)
- phpunit/phpunit: ~3.7.0
- silverstripe/framework: ~3.1.0
- symfony/class-loader: ~2.3
This package is auto-updated.
Last update: 2026-03-01 00:08:31 UTC
README
Logging for responses with status codes 400-500
Installation (with composer)
$ composer require heyday/silverstripe-backstop:dev-master
Usage
-
Create a config file in your
mysite, e.g. "mysite/_config/logging.yml" -
Set up a
PSR-3logger service and add to theBackstopconstructorInjector: 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'
Unit testing
$ composer install --dev
$ vendor/bin/phpunit
##License
SilverStripe Backstop is released under the MIT license