MINOR Todos for ObjectTest

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64312 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-10-15 17:09:43 +00:00
parent a90427ff4a
commit 7f386f52c8
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
/**
* @package sapphire
* @subpackage tests
*
* @todo tests for addStaticVars()
* @todo tests for setting statics which are not defined on the object as built-in PHP statics
* @todo tests for setting statics through decorators (#2387)
*/
class ObjectTest extends SapphireTest {