# laravel-test-support **Repository Path**: baijunyao/laravel-test-support ## Basic Information - **Project Name**: laravel-test-support - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-01 - **Last Updated**: 2024-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Laravel Test Support Laravel Test Support is an extension package developed for the Laravel project to help simplify writing PHPUnit or Pest tests ## Installation Require this package with composer using the following command: ```bash composer require baijunyao/laravel-test-support ``` ## Usage Modify the *tests/TestCase.php* file ```diff + + + tests/Unit tests/Feature app + ``` ## Example - [laravel-bjyblog](https://github.com/baijunyao/laravel-bjyblog/tree/master/tests)