File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Asset/Tests/VersionStrategy Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ public function testApplyVersion()
3030 {
3131 $ strategy = $ this ->createStrategy ('https://cdn.example.com/manifest-valid.json ' );
3232
33- $ this ->assertSame ('css/styles.555def.css ' , $ strategy ->getVersion ('css/styles.css ' ));
33+ $ this ->assertSame ('css/styles.555def.css ' , $ strategy ->applyVersion ('css/styles.css ' ));
3434 }
3535
3636 public function testApplyVersionWhenKeyDoesNotExistInManifest ()
3737 {
3838 $ strategy = $ this ->createStrategy ('https://cdn.example.com/manifest-valid.json ' );
3939
40- $ this ->assertSame ('css/other.css ' , $ strategy ->getVersion ('css/other.css ' ));
40+ $ this ->assertSame ('css/other.css ' , $ strategy ->applyVersion ('css/other.css ' ));
4141 }
4242
4343 public function testMissingManifestFileThrowsException ()
You can’t perform that action at this time.
0 commit comments