app-zap / PHPFramework

A lightweight PHP framework as a composition of different good features and concepts of other frameworks intended for easy use and fast development
Other
4 stars 1 forks source link

Singleton::getInstance() is buggy #57

Closed smichaelsen closed 9 years ago

smichaelsen commented 9 years ago

It will always return the 1st instanciated class

smichaelsen commented 9 years ago

Problem could not be reproduced via UnitTest but at least we have 2 more Unit Tests now