mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 00:05:53 +01:00
4a509b0eb0
- Unit test refactoring
13 lines
236 B
Plaintext
13 lines
236 B
Plaintext
object TestWebModule2: TTestWebModule2
|
|
OnCreate = WebModuleCreate
|
|
OnDestroy = WebModuleDestroy
|
|
Actions = <
|
|
item
|
|
Default = True
|
|
Name = 'DefaultHandler'
|
|
PathInfo = '/'
|
|
end>
|
|
Height = 230
|
|
Width = 415
|
|
end
|