laravel-controller-tests
Originally fromnoartem/laravel-vue-skills
SKILL.md
Controller Tests
Feature tests for endpoints
it('rejects empty email', function () {
$this->post('/register', ['email' => ''])->assertSessionHasErrors('email');
});
Better tests
- Move validation to Form Requests; assert errors from the request class
- Extract business logic into Actions; unit test them directly
- Use factories for realistic data; avoid heavy mocking
Weekly Installs
12
Repository
noartem/skillsGitHub Stars
5
First Seen
Jan 30, 2026
Security Audits
Installed on
opencode11
cursor10
github-copilot9
codex9
kimi-cli9
gemini-cli9