This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Monolog
2013-01-09 09:51:07 +01:00
..
Handler merged 2.0 2012-08-26 11:32:04 +02:00
Processor [MonologBridge] Fixed the WebProcessor 2012-04-23 22:58:29 +02:00
Tests Nsdocblocks 2012-10-20 09:10:30 +02:00
CHANGELOG.md [MonoloBridge] added CHANGELOG 2012-04-26 22:40:56 +02:00
composer.json Merge branch '2.0' into 2.1 2013-01-05 16:31:25 +01:00
LICENSE updated license year 2013-01-04 17:59:43 +01:00
Logger.php removed Logger::getDebugLogger() as the method is not part of any interface 2011-05-31 08:02:14 +02:00
phpunit.xml.dist moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
README.md moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00

Monolog Bridge

Provides integration for Monolog with various Symfony2 components.

Resources

You can run the unit tests with the following command:

phpunit -c src/Symfony/Bridge/Monolog/

If you also want to run the unit tests that depend on other Symfony Components, declare the following environment variables before running PHPUnit:

export MONOLOG=../path/to/Monolog
export SYMFONY_HTTP_FOUNDATION=../path/to/HttpFoundation