4
- Ermögliche auch die Umrechnung von Meter in Zentimeter.
PHPUnit 11.5.3 by Sebastian Bergmann and contributors. Runtime: PHP 8.4.3 Configuration: phpunit.xml ...... 6 / 6 (100%) Time: 00:00.002, Memory: 25.36 MB Measurements (spriebsch\tfd\designPatterns\valueObject\measureOfLength\moreConversion\Measurements) ✔ Centimeters can be converted to int ✔ Centimeters can be converted to meters ✔ Centimeters cannot be negative ✔ Meters can be converted to float ✔ Meters can be converted to centimeters ✔ Meters cannot be negative OK (6 tests, 6 assertions)
Ausgabe von phpunit --testdox
phpunit --testdox ausführen