mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 03:57:21 +00:00
Rename AbstractTest to ProfilerTestCase
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Twig\Tests\Profiler\Dumper;
|
||||
|
||||
use Twig\Profiler\Dumper\BlackfireDumper;
|
||||
|
||||
class BlackfireTest extends AbstractTest
|
||||
class BlackfireTest extends ProfilerTestCase
|
||||
{
|
||||
public function testDump()
|
||||
{
|
||||
|
||||
@@ -13,7 +13,7 @@ namespace Twig\Tests\Profiler\Dumper;
|
||||
|
||||
use Twig\Profiler\Dumper\HtmlDumper;
|
||||
|
||||
class HtmlTest extends AbstractTest
|
||||
class HtmlTest extends ProfilerTestCase
|
||||
{
|
||||
public function testDump()
|
||||
{
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace Twig\Tests\Profiler\Dumper;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Twig\Profiler\Profile;
|
||||
|
||||
abstract class AbstractTest extends TestCase
|
||||
abstract class ProfilerTestCase extends TestCase
|
||||
{
|
||||
protected function getProfile()
|
||||
{
|
||||
@@ -13,7 +13,7 @@ namespace Twig\Tests\Profiler\Dumper;
|
||||
|
||||
use Twig\Profiler\Dumper\TextDumper;
|
||||
|
||||
class TextTest extends AbstractTest
|
||||
class TextTest extends ProfilerTestCase
|
||||
{
|
||||
public function testDump()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user