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
6a1b1b6b
Commit
6a1b1b6b
authored
Jun 29, 2020
by
heddn
Browse files
revert setMethods change
parent
980cb461
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/src/Unit/DataParserPluginBaseTest.php
View file @
6a1b1b6b
...
@@ -74,7 +74,7 @@ class DataParserPluginBaseTest extends MigrateTestCase {
...
@@ -74,7 +74,7 @@ class DataParserPluginBaseTest extends MigrateTestCase {
return
$this
->
getMockBuilder
(
DataParserPluginBaseMock
::
class
)
return
$this
->
getMockBuilder
(
DataParserPluginBaseMock
::
class
)
->
setConstructorArgs
([
$configuration
,
$plugin_id
,
$plugin_definition
])
->
setConstructorArgs
([
$configuration
,
$plugin_id
,
$plugin_definition
])
->
only
Methods
([
'openSourceUrl'
])
->
set
Methods
([
'openSourceUrl'
])
->
getMockForAbstractClass
();
->
getMockForAbstractClass
();
}
}
...
...
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