Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 56aa864

Browse files
committed
Fix lowest dep tests
1 parent 3127d41 commit 56aa864

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222
"require-dev": {
2323
"symfony-cmf/testing": "^1.3|^2.0",
24+
"symfony/phpunit-bridge": "^3.2",
2425
"symfony/yaml": "^2.8|^3.0",
2526
"matthiasnoback/symfony-dependency-injection-test": "~0.6",
2627
"matthiasnoback/symfony-config-test": "^1.3.1",

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<testsuites>
1010
<testsuite name="CmfRoutingAutoBundle Test Suite">
11-
<directory>./Tests</directory>
11+
<directory>./tests</directory>
1212
</testsuite>
1313
</testsuites>
1414

0 commit comments

Comments
 (0)