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 c7ed61b commit 759c614Copy full SHA for 759c614
README.md
@@ -71,7 +71,7 @@ composer install
71
### Run tests with
72
73
```shell
74
-vendor/bin/phpunit --testdox
+composer test
75
```
76
77
### Run Blueprints in a variety of ways
@@ -82,7 +82,7 @@ vendor/bin/phpunit --testdox
82
php examples/blueprint_compiling.php
83
84
85
-#### using a string containg a Blueprint (in JSON):
+#### using a string containing a Blueprint (in JSON):
86
87
88
php examples/json_string_compiling.php
composer.json
@@ -37,5 +37,8 @@
37
"classmap": [
38
"tests/"
39
]
40
+ },
41
+ "scripts": {
42
+ "test": "phpunit --testdox"
43
}
44
0 commit comments