elliotchance / concise

✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
MIT License
45 stars 3 forks source link

Remove AbstractTheme::getTheme() #347

Open elliotchance opened 7 years ago

elliotchance commented 7 years ago

Not sure why this method was needed in the first place but existing code should use the ThemeInterface instead.

elliotchance commented 7 years ago

This also means that AbstractTheme can be removed.