Skip to content

Commit 9987326

Browse files
committed
removed test base class
1 parent 7b7a97e commit 9987326

File tree

5 files changed

+4
-26
lines changed

5 files changed

+4
-26
lines changed

Tests/DependencyInjection/Compiler/AddProcessorsPassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
use Symfony\Component\Config\FileLocator;
2020
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
2121

22-
class AddProcessorsPassTest extends TestCase
22+
class AddProcessorsPassTest extends \PHPUnit_Framework_TestCase
2323
{
2424
public function testHandlerProcessors()
2525
{

Tests/DependencyInjection/Compiler/LoggerChannelPassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
use Symfony\Component\Config\FileLocator;
2020
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
2121

22-
class LoggerChannelPassTest extends TestCase
22+
class LoggerChannelPassTest extends \PHPUnit_Framework_TestCase
2323
{
2424
public function testProcess()
2525
{

Tests/DependencyInjection/DependencyInjectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
use Symfony\Bundle\MonologBundle\Tests\TestCase;
1515

16-
abstract class DependencyInjectionTest extends TestCase
16+
abstract class DependencyInjectionTest extends \PHPUnit_Framework_TestCase
1717
{
1818
/**
1919
* Assertion on the Class of a DIC Service Definition.

Tests/NotFoundActivationStrategyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Symfony\Component\HttpKernel\Exception\HttpException;
1717
use Monolog\Logger;
1818

19-
class NotFoundActivationStrategyTest extends TestCase
19+
class NotFoundActivationStrategyTest extends \PHPUnit_Framework_TestCase
2020
{
2121
/**
2222
* @dataProvider isActivatedProvider

Tests/TestCase.php

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)