Skip to content

Commit 843c36a

Browse files
authored
Update README.md
1 parent a8aa16f commit 843c36a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Befehle zum ausführen
66
- gesamte Klasse einfach ausführen ohne SchnickSchnack:
7-
```shell vendor/bin/phpunit --bootstrap vendor/autoload.php tests/SampleClassTest.php ```
7+
````shell vendor/bin/phpunit --bootstrap vendor/autoload.php tests/SampleClassTest.php ````
88
- gesamte Klasse einfach ausführen mit testdox:
99
```shell vendor/bin/phpunit --bootstrap vendor/autoload.php --testdox tests/SampleClassTest.php ```
1010
- gesamte Klasse mit manueller code coverage, phpunit.xml Config ohne testdox:

0 commit comments

Comments
 (0)