Skip to content

Commit 714a5c7

Browse files
committed
Fix testing.
1 parent 873feb8 commit 714a5c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/development/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ tests:
121121
**RouterTest.php** should contain `class RouterTest extends TestCase`.
122122
5. The name of any method containing a test (i.e. containing an
123123
assertion) should begin with `test`, as in `testPublished()`.
124-
You can also use the `@test` annotation to mark methods as test methods.
124+
You can also use the `#[Test]` attribute to mark methods as test methods.
125125

126126
## Creating Your First Test Case
127127

0 commit comments

Comments
 (0)