v1.0.1
This release includes updates to the test suite of the LogWeaver
class in the Laravel LogWeaver project. The tests have been rewritten using the Pest PHP testing framework, which provides a more expressive and streamlined syntax compared to traditional PHPUnit tests.
The changes include tests for the following functionalities of the LogWeaver
class:
- Instantiation of the
LogWeaver
class - Setting the description
- Setting the log resource
- Setting the content
- Setting the level
- Setting the disk
- Setting the directory
Each of these functionalities is tested in isolation to ensure that they work as expected. The tests are designed to be run using the vendor/bin/pest
command in the terminal.
This release is a part of ongoing efforts to improve the quality and reliability of the Laravel LogWeaver project by ensuring that all major functionalities are covered by automated tests.