Document return value for Storage::rename
Add simple new test for Text.t Add ClassName.t test Prevent Form/ClassName from passing classes with spaces in them and remove redundant test for digits in regexp. Add a new test to Storage.t for getLastError
This commit is contained in:
parent
09cf2c8ed7
commit
b018b8e61e
5 changed files with 141 additions and 3 deletions
|
|
@ -678,7 +678,8 @@ sub getUrl {
|
|||
|
||||
=head2 renameFile ( filename, newFilename )
|
||||
|
||||
Renames an file's filename.
|
||||
Renames an file's filename. Returns true if the rename succeeded and false
|
||||
if it didn't.
|
||||
|
||||
=head3 filename
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue