File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/AssetMapper/Tests/Factory Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function testCreateMappedAsset()
36
36
$ this ->assertSame ('file2.js ' , $ asset ->logicalPath );
37
37
$ this ->assertMatchesRegularExpression ('/^\/final-assets\/file2-[a-zA-Z0-9]{7,128}\.js$/ ' , $ asset ->publicPath );
38
38
$ this ->assertSame ('/final-assets/file2.js ' , $ asset ->publicPathWithoutDigest );
39
- $ this ->assertSame ('sha384-ZDljYTViYzY0NTgyZjA4ZTBmMjgwODY1NDNlMmRhMTY2NTVlOTNhYTlkZjMwZGY5YzU0NjdlNDExMThjY2RjNGFmNWZkNDhmZDg0ODIzMmVmMjkyNmIwNGE2NGJkMjdi ' , $ asset ->integrity );
39
+ $ this ->assertSame ('sha384-2cpbxkWC8I4PKAhlQ+LaFmVek6qd8w35xUZ+QRGMzcSvX9SP2EgjLvKSawSmS9J7 ' , $ asset ->integrity );
40
40
}
41
41
42
42
public function testCreateMappedAssetRespectsPreDigestedPaths ()
@@ -47,7 +47,7 @@ public function testCreateMappedAssetRespectsPreDigestedPaths()
47
47
$ this ->assertSame ('/final-assets/already-abcdefVWXYZ0123456789.digested.css ' , $ asset ->publicPath );
48
48
// for pre-digested files, the digest *is* part of the public path
49
49
$ this ->assertSame ('/final-assets/already-abcdefVWXYZ0123456789.digested.css ' , $ asset ->publicPathWithoutDigest );
50
- $ this ->assertSame ('sha384-YThlMTY4MzI3MGY3ZjFlNTk0M2VhMDQ0MzMyYjEwYjRkNGQ2NjU4YzZlMDZjYjA3YTgwNDUzNjUwOTQyOGI4NjQ1YmFiMmIyMzg4ZWZhOGRiMGQ5MjU4MjJjNThlOTkz ' , $ asset ->integrity );
50
+ $ this ->assertSame ('sha384-qOFoMnD38eWUPqBEMysQtNTWZYxuBssHqARTZQlCi4ZFurKyOI76jbDZJYIsWOmT ' , $ asset ->integrity );
51
51
}
52
52
53
53
public function testCreateMappedAssetWithContentThatChanged ()
You can’t perform that action at this time.
0 commit comments