QafooLabs / QafooLabsNoFrameworkBundle

Bundle to use Symfony controllers without depending on the Framework. Moved to GyroProject MVC-Bundle
https://github.com/gyro-project/mvc-bundle
123 stars 13 forks source link

Renamed FrameworkContext to TokenContext #7

Closed bestform closed 10 years ago

bestform commented 10 years ago

Renamed FrameworkContext to TokenContext including all related classes, documentation and tests.

Following a suggestion at symfony live 2014 in Berlin, this commit renames the FrameworkContext to TokenContext. I hope, that I found every related occurrence outside the usual code - so documentation, test classes, typehints are affected as well.

As a side note: All tests still pass, but I had to switch to the dev version of phake, because it threw serialisation errors in its current stable version (see https://github.com/mlively/Phake/issues/155). It does so in the master branch of the NoFrameworkBundle as well, so it has nothing to do with the introduced name changes.