cerbero/pest-plugin-laravel-octane
⛽ Laravel Octane (Pest Plugin)
Pest plugin to test Laravel applications powered by Octane.
Install
Via Composer
composer require --dev cerbero/pest-plugin-laravel-octane
Usage
Once the plugin is installed you are ready to go! Combine the elegant syntax of Pest and Octane Testbench:
test('Octane application')
->assertOctaneCacheMissing('foo')
->assertOctaneTableMissing('example', 'row')
->assertOctaneTableCount('example', 0)
->expectsConcurrencyResults([1, 2, 3])
->get('octane/route')
->assertOk()
->assertOctaneCacheHas('foo', 'bar')
->assertOctaneTableHas('example', 'row.votes', 123)
->assertOctaneTableCount('example', 1);
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email andrea.marco.sartori@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Related Packages
sikessem/devtools
🧪 Tools needed for PHP and Laravel project development and automation.
5,961
1
actions
analyze-code
automated-testing
code-analyzer
code-inpector
collision
dd
debug
debugbar
debugger
dev
dev-tools
devtools
die-dump
dump
fake
faker
ide-helper
ignition
inspect-code
larastan
laravel
laravel-debugbar
laravel-devtools
laravel-test-tools
laravel-testing-tools
laravel-tools
lint
mock
mockery
pest
php
phpstan
phpunit
pint
psalm
ray
rector
refactor
sigui
siguici
sikessem
test
test-automation
test-tools
testing
testing-tools
var-dump
var-dumper
web-tools
webtools
defstudio/pest-plugin-laravel-expectations
A plugin to add laravel tailored expectations to Pest
620,458
98