Skip to content

Commit

Permalink
merged branch ornicar/removeWebTestCaseClass (PR #1352)
Browse files Browse the repository at this point in the history
Commits
-------

f08533f [HttpKernel] Remove useless WebTestCase class

Discussion
----------

[HttpKernel] Remove useless WebTestCase class

see symfony/symfony#1351
  • Loading branch information
fabpot committed Jun 16, 2011
2 parents db841d3 + f08533f commit 7733301
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
2 changes: 1 addition & 1 deletion src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php
Expand Up @@ -22,7 +22,7 @@
*
* @author Fabien Potencier <fabien@symfony.com>
*/
abstract class WebTestCase extends BaseWebTestCase
abstract class WebTestCase extends \PHPUnit_Framework_TestCase
{
static protected $kernel;

Expand Down
33 changes: 0 additions & 33 deletions src/Symfony/Component/HttpKernel/Test/WebTestCase.php

This file was deleted.

0 comments on commit 7733301

Please sign in to comment.