Skip to content

Commit

Permalink
testing_exercise.md: correct classname for interface change in 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Jul 27, 2023
1 parent 178b61c commit 5e29e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/testing/testing_exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Dazu musst du folgendes machen:

1. Entferne den Aufruf von `RentalStatementTextFormatter::format` aus
`RentalStatementFactory::createStatement`
1. Das Interface ändert sich, also musst du jetzt die Tests von `RentalStatementTextFormatter` anpassen.
1. Das Interface ändert sich, also musst du jetzt die Tests von `RentalStatementFactory` anpassen.
1. In `RentalStatementFactory` brauchst du jetzt keinen `RentalStatementTextFormatter` mehr, du kannst ihn als Konstruktor
Parameter entfernen.
1. CustomerController braucht jetzt aber `RentalStatementTextFormatter`, füge ihn deshalb hier als Konstruktor Parameter
Expand Down

0 comments on commit 5e29e27

Please sign in to comment.