Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1f3a443

Browse filesBrowse files
committed
Revert var_dumper.rst
1 parent ee04b96 commit 1f3a443
Copy full SHA for 1f3a443

File tree

Expand file treeCollapse file tree

2 files changed

+9
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+9
-5
lines changed

‎.doctor-rst.yaml

Copy file name to clipboardExpand all lines: .doctor-rst.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ whitelist:
8585
- '.. versionadded:: 1.18' # Flex in setup/upgrade_minor.rst
8686
- '.. versionadded:: 1.0.0' # Encore
8787
- '.. versionadded:: 5.1' # Private Services
88+
- '0 => 123' # assertion for var_dumper - components/var_dumper.rst
89+
- '1 => "foo"' # assertion for var_dumper - components/var_dumper.rst
90+
- '123,' # assertion for var_dumper - components/var_dumper.rst
91+
- '"foo",' # assertion for var_dumper - components/var_dumper.rst
8892
- '$var .= "Because of this `\xE9` octet (\\xE9),\n";'
8993
- '.. versionadded:: 0.2' # MercureBundle
9094
- 'provides a ``loginUser()`` method to simulate logging in in your functional'

‎components/var_dumper.rst

Copy file name to clipboardExpand all lines: components/var_dumper.rst
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,11 @@ Example::
326326
// the expected dump contents don't have the default VarDumper structure
327327
// because of the custom casters and flags used in the test
328328
$expectedDump = <<<EOTXT
329-
[
330-
123,
331-
"foo",
332-
]
333-
EOTXT;
329+
[
330+
123,
331+
"foo",
332+
]
333+
EOTXT;
334334

335335
// if the first argument is a string, it must be the whole expected dump
336336
$this->assertDumpEquals($expectedDump, $testedVar);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.