Skip to content

Commit

Permalink
style: fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiCO2k committed Jun 3, 2024
1 parent 9c030e6 commit 887ab2b
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

use Symfony\Component\Console\Output\BufferedOutput;
use Termwind\HtmlRenderer;
use Termwind\Repositories\Styles;

use function Termwind\{renderUsing};
Expand Down
1 change: 1 addition & 0 deletions tests/classes.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

use Termwind\Exceptions\ColorNotFound;
use Termwind\Exceptions\InvalidStyle;

use function Termwind\parse;

test('font bold', function () {
Expand Down
1 change: 1 addition & 0 deletions tests/dl.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

use Termwind\Exceptions\InvalidChild;

use function Termwind\parse;

it('accepts multiple elements', function () {
Expand Down
1 change: 1 addition & 0 deletions tests/mediaQueries.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

use Termwind\Actions\StyleToMethod;

use function Termwind\parse;

it('supports styling', function ($name) {
Expand Down
1 change: 1 addition & 0 deletions tests/ol.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

use Termwind\Exceptions\InvalidChild;

use function Termwind\parse;

it('renders the element', function () {
Expand Down
2 changes: 1 addition & 1 deletion tests/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

use Symfony\Component\Console\Output\OutputInterface;

use function Termwind\parse;
use function Termwind\render;
use function Termwind\renderUsing;
use function Termwind\parse;

it('can render complex html', function () {
$html = parse(<<<'HTML'
Expand Down
1 change: 1 addition & 0 deletions tests/ul.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

use Termwind\Exceptions\InvalidChild;

use function Termwind\parse;

it('renders the element', function () {
Expand Down

0 comments on commit 887ab2b

Please sign in to comment.