Skip to content
Snippets Groups Projects
Commit 963db552 authored by Maddy Chellathurai's avatar Maddy Chellathurai
Browse files

Merge remote-tracking branch 'ogresCE/MAGETWO-42842-Setup-Unit-Tests-CC' into PR_Branch

parents ecb8c23e 2aae23e7
Branches
Tags
No related merge requests found
......@@ -489,3 +489,15 @@ class InstallerTest extends \PHPUnit_Framework_TestCase
return $newObject;
}
}
namespace Magento\Setup\Model;
/**
* Mocking autoload function
*
* @returns array
*/
function spl_autoload_functions()
{
return ['mock_function_one', 'mock_function_two'];
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment