Skip to content

Commit

Permalink
Use namespaced version of IntegrationTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioBlazek committed Sep 26, 2020
1 parent b0f6152 commit 2ec0dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ByteUnitsExtensionIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
namespace Marek\Twig\Tests;

use Marek\Twig\ByteUnitsExtension;
use Twig_Test_IntegrationTestCase;
use Twig\Test\IntegrationTestCase;

class ByteUnitsExtensionIntegrationTest extends Twig_Test_IntegrationTestCase
class ByteUnitsExtensionIntegrationTest extends IntegrationTestCase
{
protected function getFixturesDir()
{
Expand Down

0 comments on commit 2ec0dc2

Please sign in to comment.