Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored and github-actions[bot] committed Dec 24, 2024
1 parent 0fb5a1c commit 5f78054
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/Unit/Traits/Styling/FilterInputDefaultStylingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace Rappasoft\LaravelLivewireTables\Tests\Unit\Traits\Styling;

use PHPUnit\Framework\Attributes\Group;
use Rappasoft\LaravelLivewireTables\Tests\TestCase;
use Rappasoft\LaravelLivewireTables\Tests\Http\Livewire\PetsTable;
use Rappasoft\LaravelLivewireTables\Tests\TestCase;

#[Group('Filters')]
#[Group('Styling')]
Expand Down Expand Up @@ -38,9 +38,6 @@ public function setDefaultFilterInputStyling(string $defaultFilterInputStyling):

return $this;
}



};

$testTableDefault->configure();
Expand Down Expand Up @@ -78,15 +75,12 @@ public function configure(): void

}


public function setDefaultFilterInputColors(string $defaultFilterInputColors): self
{
parent::setDefaultFilterInputColors($defaultFilterInputColors);

return $this;
}


};

$testTableDefault->configure();
Expand Down

0 comments on commit 5f78054

Please sign in to comment.