katalam / pest-plugin-translatable
A Pest plugin to test the existence of translations.
v0.1.1
2024-08-06 20:50 UTC
Requires
- php: ^8.1
- laravel/framework: ^10.48.9|^11.5.0
- pestphp/pest: ^2.5
- pestphp/pest-plugin: ^2.0.1
Requires (Dev)
- orchestra/testbench: ^8.22.3|^9.0.4
- pestphp/pest-dev-tools: ^2.9
README
A Pest plugin to test the existence of translations.
Installation
You can install the package via composer:
composer require katalam/pest-plugin-translatable
Usage
expect('app/')->toHaveNoEmptyTranslatable('de');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.