We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8aa16f commit 843c36aCopy full SHA for 843c36a
1 file changed
README.md
@@ -4,7 +4,7 @@
4
5
## Befehle zum ausführen
6
- gesamte Klasse einfach ausführen ohne SchnickSchnack:
7
-```shell vendor/bin/phpunit --bootstrap vendor/autoload.php tests/SampleClassTest.php ```
+````shell vendor/bin/phpunit --bootstrap vendor/autoload.php tests/SampleClassTest.php ````
8
- gesamte Klasse einfach ausführen mit testdox:
9
```shell vendor/bin/phpunit --bootstrap vendor/autoload.php --testdox tests/SampleClassTest.php ```
10
- gesamte Klasse mit manueller code coverage, phpunit.xml Config ohne testdox:
0 commit comments