Skip to content

Commit 85e78ed

Browse files
committed
Bump Boost to v2.7.0
1 parent 3790e8c commit 85e78ed

3 files changed

Lines changed: 8 additions & 10 deletions

File tree

.ai/rules/boost/livewire-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ paths:
66

77
# Livewire
88

9-
- Livewire allow to build dynamic, reactive interfaces in PHP without writing JavaScript.
9+
- Livewire allows you to build dynamic, reactive interfaces in PHP without writing JavaScript.
1010
- You can use Alpine.js for client-side interactions instead of JavaScript frameworks.
1111
- Keep state server-side so the UI reflects it. Validate and authorize in actions as you would in HTTP requests.

.ai/rules/boost/tests.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ paths:
1414
- This project uses PHPUnit. Create tests with `php artisan make:test --phpunit {name}`.
1515
- Do not include the test suite directory in `{name}`. Use `SomeFeatureTest`, not `Feature/SomeFeatureTest`.
1616
- Read the `testing-best-practices` skill for guidance on coverage, naming, structure, dependency isolation, and review.
17-
- Do not delete tests or test files without approval. They are part of the application.
1817

1918
## Running Tests
2019

2120
- Run the narrowest set of tests that covers the change. Pass a file path or `--filter=testName` to `php artisan test --compact`.
2221
- Rerun a test after each change to it.
2322
- Run `vendor/bin/phpunit` to call the test runner directly. It accepts the same file path and `--filter=testName` arguments.
24-
- After the feature tests pass, ask the user to run the complete suite with `php artisan test --compact`.

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)