-
- Downloads
refactor(tests): rename command test files and update namespaces
- Renamed test files in the `tests/Feature/Console/Command` directory to `tests/Feature/Console/Commands`. - Updated namespaces in the renamed test files to reflect the new directory structure. - Added a new test file `ProcessIpAddressesJobTest.php` to test the `ProcessIpAddressesJob` functionality.
parent
8aaf9c7d
No related branches found
No related tags found
Showing
- tests/Feature/Console/Commands/FlushUnusedUploadedPicturesCommandTest.php 3 additions, 2 deletions...nsole/Commands/FlushUnusedUploadedPicturesCommandTest.php
- tests/Feature/Console/Commands/OptimizeUploadedPicturesCommandTest.php 3 additions, 2 deletions.../Console/Commands/OptimizeUploadedPicturesCommandTest.php
- tests/Feature/Console/Commands/ProcessIpAdressesCommandTest.php 1 addition, 1 deletion...Feature/Console/Commands/ProcessIpAdressesCommandTest.php
- tests/Feature/Console/Commands/ProcessUserAgentsCommandTest.php 1 addition, 1 deletion...Feature/Console/Commands/ProcessUserAgentsCommandTest.php
- tests/Feature/Console/Commands/UpdateImageDimensionsCommandTest.php 1 addition, 1 deletion...ure/Console/Commands/UpdateImageDimensionsCommandTest.php
- tests/Feature/Jobs/ProcessIpAddressesJobTest.php 59 additions, 0 deletionstests/Feature/Jobs/ProcessIpAddressesJobTest.php
Please register or sign in to comment