Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
6c355688
Commit
6c355688
authored
Apr 12, 2015
by
alexpott
Browse files
Issue
#2469169
by Berdir: SchemaCheckTraitTest should use assertEqual(), not assertIdentical()
parent
817e361e
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/config/src/Tests/SchemaCheckTraitTest.php
View file @
6c355688
...
...
@@ -66,7 +66,7 @@ public function testTrait() {
'config_test.types:new_array'
=>
'missing schema'
,
'config_test.types:boolean'
=>
'non-scalar value but not defined as an array (such as mapping or sequence)'
,
);
$this
->
assert
Identic
al
(
$ret
,
$expected
);
$this
->
assert
Equ
al
(
$ret
,
$expected
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment