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
migrate_plus
Commits
2bbc8b4d
Unverified
Commit
2bbc8b4d
authored
Feb 23, 2021
by
RoSk0
Browse files
220: Fix tests
parent
5c47458c
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/src/Unit/process/DomStrReplaceTest.php
View file @
2bbc8b4d
...
...
@@ -60,11 +60,11 @@ class DomStrReplaceTest extends MigrateProcessTestCase {
],
'mode-invalid'
=>
[
[
'mode'
=>
'invalid'
],
'Configuration option "mode" only accepts the following values: attribute.'
,
'Configuration option "mode" only accepts the following values: attribute
, element
.'
,
],
'attribute_options-null'
=>
[
[
'attribute_options'
=>
NULL
],
"Configuration option 'attribute_options' is required."
,
"Configuration option 'attribute_options' is required
for mode 'attribute'
."
,
],
'search-null'
=>
[
[
'search'
=>
NULL
],
...
...
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