API CHANGE Removed useless File->test() method

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@63077 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-09-25 12:38:36 +00:00
parent 13d55cdfc4
commit f0feea5109

View File

@ -162,13 +162,6 @@ class File extends DataObject {
return $upload->isError();
}
/*
* Help to load the content of different type of files to File Table Content Field
*/
function test() {
Debug::show(get_defined_functions());
}
/**
* Delete the database record (recursively for folders) without touching the filesystem
*/