diff options
author | Sam Light <samlight1994@gmail.com> | 2025-09-23 22:54:57 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-09-23 22:54:57 +0100 |
commit | 2aca9a441ef48fb66ace8a5bfb9d8b730bc4e925 (patch) | |
tree | a3798b6aca1882347e7e55bb1db9249196e0ee73 /tests/Feature | |
parent | 94caf14491860e35eaf07d76e1aea7ee90e1246a (diff) |
Initial pint code formatting
Diffstat (limited to 'tests/Feature')
-rw-r--r-- | tests/Feature/TableTest.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/Feature/TableTest.php b/tests/Feature/TableTest.php index cd22fb6..8dc327c 100644 --- a/tests/Feature/TableTest.php +++ b/tests/Feature/TableTest.php @@ -1,11 +1,10 @@ <?php -use Workbench\App\Livewire\ProductsTable; - use Livewire\Livewire; +use Workbench\App\Livewire\ProductsTable; -describe('products table', function() { - it('does render', function() { +describe('products table', function () { + it('does render', function () { Livewire::test(ProductsTable::class) ->assertSeeHtml('<table') ->assertSeeHtml('<thead>') |