Skip to content

Commit

Permalink
Add "data_table_theme" Twig node
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Jun 28, 2024
1 parent df3eddd commit bb9ca6e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Unit/Twig/DataTableThemeNodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use Kreyu\Bundle\DataTableBundle\Twig\DataTableThemeNode;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\TestCase;
use Symfony\Bridge\Twig\Test\Traits\RuntimeLoaderProvider;
use Twig\Compiler;
use Twig\Environment;
use Twig\Loader\LoaderInterface;
Expand All @@ -19,8 +18,6 @@

class DataTableThemeNodeTest extends TestCase
{
use RuntimeLoaderProvider;

public function testConstructor()
{
$dataTable = new NameExpression('data_table', 0);
Expand Down

0 comments on commit bb9ca6e

Please sign in to comment.