File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/unit/testsuite/Magento/Framework/View/Asset/Minified Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function testImmutableFilePath()
34
34
$ this ->_asset ->expects ($ this ->once ())->method ('getContent ' )->will ($ this ->returnValue ('content ' ));
35
35
$ this ->_adapter ->expects ($ this ->once ())->method ('minify ' )->with ('content ' )->will ($ this ->returnValue ('mini ' ));
36
36
$ this ->_staticViewDir ->expects ($ this ->once ())->method ('writeFile ' )->with ($ this ->anything (), 'mini ' );
37
- $ this ->assertEquals ('test/library .js ' , $ this ->_model ->getFilePath ());
38
- $ this ->assertEquals ('http://example.com/test/library .js ' , $ this ->_model ->getUrl ());
37
+ $ this ->assertEquals ('test/admin .js ' , $ this ->_model ->getFilePath ());
38
+ $ this ->assertEquals ('http://example.com/test/admin .js ' , $ this ->_model ->getUrl ());
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments