silvertipsoftware / a11y
Enable A11y tests for your Laravel project.
Installs: 4 951
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- illuminate/support: ~5|~6|~7|~8
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- sempro/phpunit-pretty-print: ^1.0
README
This is where your description should go. Take a look at contributing.md to see a to do list.
Installation
Via Composer
$ composer require silvertipsoftware/a11y
Usage
In your your Laravel project's AppServiceProvider.php
, add a Browser::mixin
to the boot()
method:
public function boot() { ... if ($this->app->environment('local', 'testing')) { Browser::mixin(new \SilvertipSoftware\A11y\BrowserMixins); } ... }
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email andre@silvertipsoftware.com instead of using the issue tracker.
Credits
License
WTFPL. Please see the license file for more information.