8000 execute all compatible tests across versions by xabbuh · Pull Request #34039 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

execute all compatible tests across versions #34039

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

Merged
merged 1 commit into from
Oct 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
execute all compatible tests across versions
  • Loading branch information
xabbuh committed Oct 19, 2019
commit 18cc561754fca7c68219681d8e7a57d10ed66a3e
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class EntityTypePerformanceTest extends FormPerformanceTestCase
*/
private $em;

protected static $supportedFeatureSetVersion = 304;
protected static $supportedFeatureSetVersion = 403;

protected function getExtensions()
{
Expand Down
2 changes: 1 addition & 1 deletion 8000 src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class EntityTypeTest extends BaseTypeTest
*/
private $emRegistry;

protected static $supportedFeatureSetVersion = 304;
protected static $supportedFeatureSetVersion = 403;

protected function setUp(): void
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Form/Tests/VersionAwareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

trait VersionAwareTest
{
protected static $supportedFeatureSetVersion = 304;
protected static $supportedFeatureSetVersion = 403;

/**
* @param int $requiredFeatureSetVersion
Expand Down
0