Skip to content

Commit 3e6f3d9

Browse files
committed
Promote attributes over annotations
1 parent 9e07b7d commit 3e6f3d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHPUnit Globals
22

3-
Allows to use annotations to define global variables in PHPUnit test cases.
3+
Allows to use attributes to define global variables in PHPUnit test cases.
44

55
[![Build](https://github.com/jakzal/phpunit-globals/actions/workflows/build.yml/badge.svg)](https://github.com/jakzal/phpunit-globals/actions/workflows/build.yml)
66

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zalas/phpunit-globals",
3-
"description": "Allows to use annotations to define global variables in PHPUnit test cases.",
3+
"description": "Allows to use attributes to define global variables in PHPUnit test cases.",
44
"type": "library",
55
"license": "MIT",
66
"authors": [

0 commit comments

Comments
 (0)