Skip to content

A package that creates PEST tests specifically tailored for your filament resources.

License

Notifications You must be signed in to change notification settings

pepperfm/filament-resource-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filament Resource Tests

Latest Version on Packagist Total Downloads

A package that creates PEST tests specifically tailored for your filament resources.

This package is still in development and not ready for use.

Please do not use it in production.

Installation

You can install the package via composer:

composer require codewithdennis/filament-resource-tests

You can publish the config file with:

php artisan vendor:publish --tag="filament-resource-tests-config"

This is the contents of the published config file:

return [
    //
];

You can create a new test for a resource by running the following command:

php artisan filament:make-test BlogResource

Credits

License

The MIT License (MIT). Please see License File for more information.

About

A package that creates PEST tests specifically tailored for your filament resources.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%