diff --git a/README.md b/README.md index c6dcc0d8..a73a2acf 100644 --- a/README.md +++ b/README.md @@ -149,83 +149,6 @@ won't be generated. -### Unavailable Tests - -
- -List of unavailable tests (66) ✖️️ - -- it can register -- it can reset the password -- it can log in -- it can log out -- it can validate create form input -- [it can validate input on create form](https://filamentphp.com/docs/3.x/forms/testing#validation) -- it can render the custom page -- it can render actions on the custom page -- it can render the form on the custom page -- it can render the infolist on the custom page -- it can render the relation manager on the custom page -- it can render the table on the custom page -- it can render the widget on the custom page -- [has a disabled field on edit form](https://filamentphp.com/docs/3.x/forms/testing#disabled-fields) -- [it can validate input on edit form](https://filamentphp.com/docs/3.x/forms/testing#validation) -- [it can fill the form on the edit page](https://filamentphp.com/docs/3.x/forms/testing#filling-a-form) -- it can validate edit form input -- [it can add a table filter](https://filamentphp.com/docs/3.x/tables/testing#removing-filters) -- [it can remove a table filter](https://filamentphp.com/docs/3.x/tables/testing#removing-filters) -- [it can average values in a column](https://filamentphp.com/docs/3.x/tables/testing#summaries) -- [it can count values in a column](https://filamentphp.com/docs/3.x/tables/testing#summaries) -- [it can count the occurrence of icons in a column](https://filamentphp.com/docs/3.x/tables/testing#summaries) -- [it can range date values in a column](https://filamentphp.com/docs/3.x/tables/testing#summaries) -- [it can range values in a column](https://filamentphp.com/docs/3.x/tables/testing#summaries) -- [it can sum values in a column](https://filamentphp.com/docs/3.x/tables/testing#summaries) -- [it can list records on the index page](https://filamentphp.com/docs/3.x/tables/testing#render) -- [it can list records on the index page with pagination](https://filamentphp.com/docs/3.x/tables/testing#render) -- [it can render the index page](https://filamentphp.com/docs/3.x/tables/testing#render) -- [it cannot display trashed records by default](https://filamentphp.com/docs/3.x/tables/testing#render) -- it has header actions on the index page -- it cannot render header actions on the index page -- it can render header actions on the index page -- it has the correct table description -- it has the correct table heading -- [it can delete records](https://filamentphp.com/docs/3.x/tables/testing#calling-actions) -- [it can force delete records](https://filamentphp.com/docs/3.x/tables/testing#calling-actions) -- [it can soft delete records](https://filamentphp.com/docs/3.x/tables/testing#calling-actions) -- [it has table action](https://filamentphp.com/docs/3.x/tables/testing#calling-actions) -- [it can replicate records](https://filamentphp.com/docs/3.x/tables/testing#calling-actions) -- [it can restore records](https://filamentphp.com/docs/3.x/tables/testing#calling-actions) -- [it has the correct URL for table action](https://filamentphp.com/docs/3.x/infolists/testing#url) -- [it has the correct URL and opens in a new tab for table action](https://filamentphp.com/docs/3.x/infolists/testing#url) -- it can bulk delete records -- it can bulk force delete records -- it can bulk delete records -- it has table bulk action -- it can bulk restore records -- it can bulk soft delete records -- [it cannot render column](https://filamentphp.com/docs/3.x/tables/testing#columns) -- [it has state](https://filamentphp.com/docs/3.x/tables/testing#state) -- [it has the correct descriptions above](https://filamentphp.com/docs/3.x/tables/testing#descriptions) -- [it has the correct descriptions below](https://filamentphp.com/docs/3.x/tables/testing#descriptions) -- [it has column](https://filamentphp.com/docs/3.x/tables/testing#existence) -- [it has extra attributes](https://filamentphp.com/docs/3.x/tables/testing#extra-attributes) -- [it can render column](https://filamentphp.com/docs/3.x/tables/testing#columns) -- [it can search column](https://filamentphp.com/docs/3.x/tables/testing#searching) -- [it can individually search by column](https://filamentphp.com/docs/3.x/tables/testing#searching) -- [it has the correct options](https://filamentphp.com/docs/3.x/tables/testing#select-columns) -- [it can sort column](https://filamentphp.com/docs/3.x/tables/testing#sorting) -- [it can add a table filter](https://filamentphp.com/docs/3.x/tables/testing#removing-filters) -- [it can remove a table filter](https://filamentphp.com/docs/3.x/tables/testing#removing-filters) -- [it can reset table filters](https://filamentphp.com/docs/3.x/tables/testing#resetting-filters) -- [it can average values in a column](https://filamentphp.com/docs/3.x/tables/testing#summaries) -- [it can count values in a column](https://filamentphp.com/docs/3.x/tables/testing#summaries) -- [it can count the occurrence of icons in a column](https://filamentphp.com/docs/3.x/tables/testing#summaries) -- [it can range date values in a column](https://filamentphp.com/docs/3.x/tables/testing#summaries) -- [it can range values in a column](https://filamentphp.com/docs/3.x/tables/testing#summaries) -- [it can sum values in a column](https://filamentphp.com/docs/3.x/tables/testing#summaries) - -
- ### Publishing Stubs You can customize the stubs by publishing them to your project: