Skip to content

Commit 7fe7f71

Browse files
committed
simplified tests, fixed tests
1 parent 660a1ae commit 7fe7f71

File tree

3 files changed

+3
-26
lines changed

3 files changed

+3
-26
lines changed

Tests/bootstrap.php

Lines changed: 0 additions & 24 deletions
This file was deleted.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"monolog/monolog": "1.*"
2424
},
2525
"require-dev": {
26-
"symfony/yaml": "2.1.*"
26+
"symfony/yaml": "2.1.*",
27+
"symfony/config": "2.1.*"
2728
},
2829
"autoload": {
2930
"psr-0": { "Symfony\\Bundle\\MonologBundle": "" }

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<phpunit colors="true" bootstrap="Tests/bootstrap.php">
3+
<phpunit colors="true" bootstrap="vendor/autoload.php">
44
<testsuites>
55
<testsuite name="MonologBundle for the Symfony Framework">
66
<directory>./Tests</directory>

0 commit comments

Comments
 (0)