8000 [2.7] Fix tests by paradajozsef · Pull Request #17582 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[2.7] Fix tests #17582

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
Prev Previous commit
Next Next commit
[FrameworkBundle] fabbot.io fix
  • Loading branch information
paradajozsef committed Jan 28, 2016
commit 8094d0a4d0f20039d2589bc861df8014fe2e2aa3
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ private function assertVersionStrategy(ContainerBuilder $container, Reference $r
$this->assertEquals($version, $versionStrategy->getArgument(0));
$this->assertEquals($format, $versionStrategy->getArgument(1));
} else {
$this->assertEquals('assets.empty_version_strategy', (string)$reference);
$this->assertEquals('assets.empty_version_strategy', (string) $reference);
}
}
}
0