liberu-real-estate / real-estate-laravel

Estate agency application written in Laravel 11 / PHP 8.3 using Filament 3
https://www.facebook.com/liberusoftware
23 stars 5 forks source link

Add Unit Tests for SellerPanelProvider Class #89

Closed sweep-ai[bot] closed 3 weeks ago

sweep-ai[bot] commented 3 months ago

PR Feedback (click)

The changes involve the creation of a new test file named SellerPanelProviderTest.php in the tests/Unit directory. This file contains tests that instantiate the SellerPanelProvider class, call its panel method, and assert that the returned Panel object is configured correctly. The tests cover the configuration of paths, resources, pages, widgets, and middleware.

Summary of Changes

These tests will help maintain the quality and reliability of the application by catching potential issues early in the development process.

sweep-ai[bot] commented 3 months ago

Rollback Files For Sweep