File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ searchable : false
3+ ---
14# Upgrade 4.0
25
36## Aggregates
Original file line number Diff line number Diff line change @@ -184,13 +184,14 @@ final class ProfileTest extends AggregateRootTestCase
184184 }
185185}
186186```
187- !!! note
188187
189- You can find out more about the clock [here](clock.md).
188+ ::: note
189+ You can find out more about the clock [ here] ( clock.md ) .
190+ :::
190191
191- !!! tip
192-
193- You can use the FreezeClock in you integration tests to test the time-based behavior of your application.
192+ ::: tip
193+ You can use the FreezeClock in you integration tests to test the time-based behavior of your application.
194+ :::
194195
195196## Tests with UUID
196197
@@ -216,8 +217,8 @@ final class ProfileTest extends TestCase
216217 }
217218}
218219```
219- !!! warning
220220
221- The `IncrementalRamseyUuidFactory` is only for testing purposes
222- and supports only the version 7 what is used by the library.
223-
221+ ::: warning
222+ The ` IncrementalRamseyUuidFactory ` is only for testing purposes
223+ and supports only the version 7 what is used by the library.
224+ :::
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ final class ProfileCreatedEmailLowerCastUpcaster implements Upcaster
3434 }
3535}
3636```
37- !!! warning
38-
39- You need to consider that other events are passed to the Upcaster. So and early out is here endorsed.
37+ ::: warning
38+ You need to consider that other events are passed to the Upcaster. So and early out is here endorsed.
39+ :::
4040
4141## Adjust event name
4242
@@ -65,9 +65,10 @@ final class EventNameRenameUpcaster implements Upcaster
6565 }
6666}
6767```
68- !!! tip
6968
70- Events can also have [aliases](./events.md#alias). This is usually sufficient.
69+ ::: tip
70+ Events can also have [ aliases] ( ./events.md#alias ) . This is usually sufficient.
71+ :::
7172
7273## Configure
7374
You can’t perform that action at this time.
0 commit comments