We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e07b7d commit 3e6f3d9Copy full SHA for 3e6f3d9
README.md
@@ -1,6 +1,6 @@
1
# PHPUnit Globals
2
3
-Allows to use annotations to define global variables in PHPUnit test cases.
+Allows to use attributes to define global variables in PHPUnit test cases.
4
5
[](https://github.com/jakzal/phpunit-globals/actions/workflows/build.yml)
6
composer.json
{
"name": "zalas/phpunit-globals",
- "description": "Allows to use annotations to define global variables in PHPUnit test cases.",
+ "description": "Allows to use attributes to define global variables in PHPUnit test cases.",
"type": "library",
"license": "MIT",
"authors": [
0 commit comments