mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 12:06:56 +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;
|
use Twig\Profiler\Dumper\BlackfireDumper;
|
||||||
|
|
||||||
class BlackfireTest extends AbstractTest
|
class BlackfireTest extends ProfilerTestCase
|
||||||
{
|
{
|
||||||
public function testDump()
|
public function testDump()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ namespace Twig\Tests\Profiler\Dumper;
|
|||||||
|
|
||||||
use Twig\Profiler\Dumper\HtmlDumper;
|
use Twig\Profiler\Dumper\HtmlDumper;
|
||||||
|
|
||||||
class HtmlTest extends AbstractTest
|
class HtmlTest extends ProfilerTestCase
|
||||||
{
|
{
|
||||||
public function testDump()
|
public function testDump()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ namespace Twig\Tests\Profiler\Dumper;
|
|||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
use Twig\Profiler\Profile;
|
use Twig\Profiler\Profile;
|
||||||
|
|
||||||
abstract class AbstractTest extends TestCase
|
abstract class ProfilerTestCase extends TestCase
|
||||||
{
|
{
|
||||||
protected function getProfile()
|
protected function getProfile()
|
||||||
{
|
{
|
||||||
@@ -13,7 +13,7 @@ namespace Twig\Tests\Profiler\Dumper;
|
|||||||
|
|
||||||
use Twig\Profiler\Dumper\TextDumper;
|
use Twig\Profiler\Dumper\TextDumper;
|
||||||
|
|
||||||
class TextTest extends AbstractTest
|
class TextTest extends ProfilerTestCase
|
||||||
{
|
{
|
||||||
public function testDump()
|
public function testDump()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user