Skip to content
Snippets Groups Projects
Unverified Commit cbf70e84 authored by Matt Glaman's avatar Matt Glaman Committed by Lucas Hedding
Browse files

Issue #3294980 by mglaman, heddn: Call to deprecated method setMethods()

parent 4c328b8f
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ final class DataParserPluginBaseTest extends MigrateTestCase { ...@@ -76,7 +76,7 @@ final 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])
->setMethods(['openSourceUrl']) ->onlyMethods(['openSourceUrl'])
->getMockForAbstractClass(); ->getMockForAbstractClass();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment