Skip to content
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

[HttpKernel] Make WebTestCase::createClient() method throw an Exception i #1351

Closed
wants to merge 1 commit into from

Conversation

hhamon
Copy link
Contributor

@hhamon hhamon commented Jun 16, 2011

[HttpKernel] Make WebTestCase::createClient() method throw an Exception instead of being declared abstract. Since PHP 5.3, a Strict Standards notice is raised if a method is declared both static and abstract.

…on instead of being declared abstract. Since PHP 5.3, a Strict Standards notice is raised if a method is declared both static and abstract.
@kriswallsmith
Copy link
Contributor

I would rather just remove this class.

@ornicar
Copy link
Contributor

ornicar commented Jun 16, 2011

removed in #1352

@fabpot
Copy link
Member

fabpot commented Jun 16, 2011

merged #1352 instead.

@fabpot fabpot closed this Jun 16, 2011
fabpot added a commit to symfony/form that referenced this pull request Nov 25, 2013
Commits
-------

f08533f [HttpKernel] Remove useless WebTestCase class

Discussion
----------

[HttpKernel] Remove useless WebTestCase class

see symfony/symfony#1351
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants