We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873feb8 commit 714a5c7Copy full SHA for 714a5c7
1 file changed
docs/en/development/testing.md
@@ -121,7 +121,7 @@ tests:
121
**RouterTest.php** should contain `class RouterTest extends TestCase`.
122
5. The name of any method containing a test (i.e. containing an
123
assertion) should begin with `test`, as in `testPublished()`.
124
- You can also use the `@test` annotation to mark methods as test methods.
+ You can also use the `#[Test]` attribute to mark methods as test methods.
125
126
## Creating Your First Test Case
127
0 commit comments