3

  1. Ermögliche die Umrechnung von Zentimetern in Meter.
PHPUnit 11.5.3 by Sebastian Bergmann and contributors.

Runtime:       PHP 8.4.3
Configuration: phpunit.xml

.....                                                               5 / 5 (100%)

Time: 00:00.001, Memory: 25.36 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
@@@CTA@@@