Skip to content

Commit 4b5ce2f

Browse files
[Debug] fix test
1 parent 84e2994 commit 4b5ce2f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2015 Fabien Potencier
1+
Copyright (c) 2014-2015 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

Tests/CliDumperTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function testSpecialVars56()
132132

133133
$this->assertSame(
134134
<<<EOTXT
135-
array:2 [
135+
array:3 [
136136
0 => array:1 [
137137
0 => &1 array:1 [
138138
0 => &1 array:1 [&1]
@@ -143,6 +143,7 @@ public function testSpecialVars56()
143143
"GLOBALS" => &2 array:1 [&2]
144144
]
145145
]
146+
2 => &2 array:1 [&2]
146147
]
147148
148149
EOTXT

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
{
1010
"name": "Nicolas Grekas",
1111
"email": "p@tchwork.com"
12+
},
13+
{
14+
"name": "Symfony Community",
15+
"homepage": "http://symfony.com/contributors"
1216
}
1317
],
1418
"require": {

0 commit comments

Comments
 (0)