Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 58531eb

Browse files
committed
Merge branch '2.5'
* 2.5: updated PHPUnit configuration (added XSD, removed defaults, proper formatting) fixed symfony deps fixed symfony deps bumping Symfony to 2.5 stable bumping SensioDistributionBundle dep Conflicts: composer.json
2 parents 303c418 + 6628e22 commit 58531eb

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

app/phpunit.xml.dist

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<!-- http://phpunit.de/manual/current/en/appendixes.configuration.html -->
4-
<phpunit
5-
backupGlobals = "false"
6-
backupStaticAttributes = "false"
7-
colors = "true"
8-
convertErrorsToExceptions = "true"
9-
convertNoticesToExceptions = "true"
10-
convertWarningsToExceptions = "true"
11-
processIsolation = "false"
12-
stopOnFailure = "false"
13-
syntaxCheck = "false"
14-
bootstrap = "bootstrap.php.cache" >
15-
3+
<!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html -->
4+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
6+
backupGlobals="false"
7+
colors="true"
8+
bootstrap="bootstrap.php.cache"
9+
>
1610
<testsuites>
1711
<testsuite name="Project Test Suite">
1812
<directory>../src/*/*Bundle/Tests</directory>
@@ -37,5 +31,4 @@
3731
</exclude>
3832
</whitelist>
3933
</filter>
40-
4134
</phpunit>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"symfony/assetic-bundle": "~2.3",
1616
"symfony/swiftmailer-bundle": "~2.3",
1717
"symfony/monolog-bundle": "~2.4",
18-
"sensio/distribution-bundle": "3.0.*@dev",
18+
"sensio/distribution-bundle": "~3.0",
1919
"sensio/framework-extra-bundle": "~3.0",
2020
"incenteev/composer-parameter-handler": "~2.0"
2121
},

0 commit comments

Comments
 (0)