Skip to content
Snippets Groups Projects
Commit e03ebf7b authored by Volodymyr Sevostianov's avatar Volodymyr Sevostianov
Browse files

MAGETWO-42835: Bundled js files are not loaded if minified

- tests fixes
parent 8456dbd2
Branches
No related merge requests found
......@@ -57,9 +57,9 @@ class File implements MergeableInterface
/**
* @param Source $source
* @param ContextInterface $context
* @param $filePath
* @param $module
* @param $contentType
* @param string $filePath
* @param string $module
* @param string $contentType
* @param Minification $minification
* @param Filesystem $filesystem
*/
......
......@@ -9,7 +9,7 @@ use Magento\Framework\View\Asset\Bundle\Manager;
class ManagerTest extends \PHPUnit_Framework_TestCase
{
/** @var \Magento\Framework\View\Asset\Bundle\Manager|\PHPUnit_Framework_MockObject_MockObject */
/** @var Manager|\PHPUnit_Framework_MockObject_MockObject */
protected $manager;
/** @var \Magento\Framework\Filesystem|\PHPUnit_Framework_MockObject_MockObject */
......
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