We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660a1ae commit 7fe7f71Copy full SHA for 7fe7f71
Tests/bootstrap.php
composer.json
@@ -23,7 +23,8 @@
23
"monolog/monolog": "1.*"
24
},
25
"require-dev": {
26
- "symfony/yaml": "2.1.*"
+ "symfony/yaml": "2.1.*",
27
+ "symfony/config": "2.1.*"
28
29
"autoload": {
30
"psr-0": { "Symfony\\Bundle\\MonologBundle": "" }
phpunit.xml.dist
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
-<phpunit colors="true" bootstrap="Tests/bootstrap.php">
+<phpunit colors="true" bootstrap="vendor/autoload.php">
4
<testsuites>
5
<testsuite name="MonologBundle for the Symfony Framework">
6
<directory>./Tests</directory>
0 commit comments