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

Commit a619b53

Browse files
ElectricMaxxxdbu
authored andcommitted
first fixes to adjust tests
1 parent b67ae5b commit a619b53

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"symfony/monolog-bundle": "^2.3|^3.0",
2222
"symfony/phpunit-bridge": "^3.2",
2323
"symfony-cmf/routing-bundle": "^1.4|^2.0",
24-
"symfony-cmf/testing": "^2.0",
24+
"symfony-cmf/testing": "^2.1@dev",
2525
"twig/twig": "^1.18|^2.0",
2626
"symfony-cmf/core-bundle": "^2.0",
2727
"doctrine/phpcr-bundle": "^1.1",
@@ -46,5 +46,6 @@
4646
"branch-alias": {
4747
"dev-master": "2.2-dev"
4848
}
49-
}
49+
},
50+
"prefer-stable": true
5051
}

phpunit.xml.dist

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
>
88

99
<testsuites>
10-
<testsuite name="Symfony CmfMenuBundle Test Suite">
10+
<testsuite name="unit tests">
1111
<directory>./tests/Unit</directory>
1212
</testsuite>
1313

14-
<testsuite name="phpcr">
14+
<testsuite name="functional tests with phpcr">
1515
<directory>./tests/Functional</directory>
1616
</testsuite>
1717
</testsuites>
@@ -25,11 +25,6 @@
2525
</exclude>
2626
</whitelist>
2727
</filter>
28-
29-
<listeners>
30-
<listener class="Symfony\Cmf\Component\Testing\Phpunit\DatabaseTestListener" />
31-
</listeners>
32-
3328
<php>
3429
<server name="KERNEL_DIR" value="tests/Resources/app" />
3530
</php>

0 commit comments

Comments
 (0)