limoncello-php / framework

Apache License 2.0
13 stars 1 forks source link

Add destructor support into container #25

Closed neomerx closed 8 years ago

neomerx commented 8 years ago

Some of the components such as file loggers tend to leave their files open which might cause 'too many opened files' problem when tested within big test suits. Adding destructor support will give an ability to handle this issue.