Skip to content

Commit 7b4b8b8

Browse files
Merge branch '2.7' into 2.8
* 2.7: [FrameworkBundle] Reuse PropertyAccessor service for ObjectNormalizer [VarDumper] Fix dump output for better readability [PhpUnitBridge] Enforce @-silencing of deprecation notices according to new policy
2 parents eae2159 + 98c313c commit 7b4b8b8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Tests/LegacyOptionsResolverTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class LegacyOptionsResolverTest extends \PHPUnit_Framework_TestCase
2626

2727
protected function setUp()
2828
{
29-
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
30-
3129
$this->resolver = new OptionsResolver();
3230
}
3331

Tests/LegacyOptionsTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class LegacyOptionsTest extends \PHPUnit_Framework_TestCase
2626

2727
protected function setUp()
2828
{
29-
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
30-
3129
$this->options = new OptionsResolver();
3230
}
3331

0 commit comments

Comments
 (0)