8 use \Magento\Framework\Autoload\Populator;
19 $this->mockDirectoryList = $this->getMockBuilder(\
Magento\Framework\
App\
Filesystem\DirectoryList::class)
20 ->disableOriginalConstructor()
23 $this->mockDirectoryList->expects($this->any())
25 ->willReturnArgument(0);
30 $mockAutoloader = $this->getMockBuilder(\
Magento\Framework\Autoload\AutoloaderInterface::class)
31 ->disableOriginalConstructor()
34 $mockAutoloader->expects($this->once())
41 $mockAutoloader->expects($this->once())
static populateMappings(AutoloaderInterface $autoloader, DirectoryList $dirList)