loadsys / loadsys/CakePHP-LoadsysTheme
Add Covers PHPUnit Annotation to Controller Baked Classes
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
More information: https://phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.covers.tables.annotations
Note `@covers` requires the full namespaced path, like so `@covers \App\Controller\Anon\CampSessionsController::index`
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the PHPUnit @covers annotation documentation linked in the issue, then locate the templates that generate controller baked classes. Add fully namespaced @covers annotations for the generated controller methods and verify the baked output or relevant tests include the expected annotations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 43/100