3
- Ermögliche die Umrechnung von Zentimetern in Meter.
PHPUnit 12.0.10 by Sebastian Bergmann and contributors. Runtime: PHP 8.4.4 Configuration: phpunit.xml ..... 5 / 5 (100%) Time: 00:00.002, Memory: 25.29 MB Measurements (spriebsch\tfd\designPatterns\valueObject\measureOfLength\conversion\Measurements) ✔ Centimeters can be converted to int ✔ Centimeters can be converted to meters ✔ Centimeters cannot be negative ✔ Meters can be converted to float ✔ Meters cannot be negative OK (5 tests, 5 assertions)
Ausgabe von phpunit --testdox
phpunit --testdox ausführen