8000 [Asset] Add support for preloading with links and HTTP/2 push by dunglas · Pull Request #21478 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Asset] Add support for preloading with links and HTTP/2 push #21478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 16 commits into from
Prev Previous commit
Update skip message
  • Loading branch information
dunglas committed Feb 7, 2017
commit a7f77b47156fc606458a330d75d4131ec6984be9
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class AssetExtensionTest extends \PHPUnit_Framework_TestCase
public function testGetAndPreloadAssetUrl()
{
if (!class_exists(PreloadManager::class)) {
$this->markTestSkipped('Requires asset 3.3 or superior.');
$this->markTestSkipped('Requires Asset 3.3+.');
}

$preloadManager = new PreloadManager();
Expand Down
0