Skip to content

Conversation

janvt
Copy link
Contributor

@janvt janvt commented Jul 19, 2019

FrameworkBundle & SecurityBundle each had 2 classes called WebTestCase,
one of which is only meant for internal tests. To avoid confusion the internal
class has been renamed to AbstractWebTestCase and made abstract.

Q A
Branch? master
Bug fix? no
New feature? no
BC breaks? no (or, yes, but internal class)
Deprecations? no
Tests pass? yes
Fixed tickets #32577
License MIT

This PR is to ease integration, as not all test classes are present in all currently
maintained branches.

See #32617

@chalasr chalasr added this to the 3.4 milestone Jul 19, 2019
@nicolas-grekas
Copy link
Member

Thank you @janvt.

@nicolas-grekas nicolas-grekas merged commit 775d970 into symfony:3.4 Jul 23, 2019
nicolas-grekas added a commit that referenced this pull request Jul 23, 2019
…stCase to avoid confusion (janvt)

This PR was squashed before being merged into the 3.4 branch (closes #32625).

Discussion
----------

[FrameworkBundle] [SecurityBundle] Rename internal WebTestCase to avoid confusion

FrameworkBundle & SecurityBundle each had 2 classes called WebTestCase,
one of which is only meant for internal tests. To avoid confusion the internal
class has been renamed to AbstractWebTestCase and made abstract.

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no (or, yes, but internal class)
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #32577
| License       | MIT

This PR is to ease integration, as not all test classes are present in all currently
maintained branches.

See #32617

Commits
-------

775d970 [FrameworkBundle] [SecurityBundle] Rename internal WebTestCase to avoid confusion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants