You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,9 @@ class WidgetController
110
110
}
111
111
```
112
112
113
+
## How does the configuraton system work?
114
+
It works almost exactly like the DI system but uses properties instead of methods. If you want to confgure something more complicated you can use methods as well just like the DI system.
115
+
113
116
## Unit Testing
114
117
In general you just put tests in the testing directory with the same structure as the classes you are testing in the classes directory. The environment is Testing and so the associated configuration and dependency injection classes will be loaded.
0 commit comments