support different formats in user timesheet exports (#1222)
This commit is contained in:
@@ -39,7 +39,7 @@ class PluginManagerTest extends TestCase
|
||||
$sut = new PluginManager([]);
|
||||
|
||||
$plugin = $this->getMockBuilder(PluginInterface::class)
|
||||
->setMethods(['getName', 'getPath'])
|
||||
->onlyMethods(['getName', 'getPath'])
|
||||
->getMock();
|
||||
|
||||
$plugin->method('getName')->willReturn('foo');
|
||||
|
||||
Reference in New Issue
Block a user