adding deprecated notices to file class

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5559 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2007-08-21 03:39:02 +00:00
parent 59f3dfc427
commit 74d16fc110
2 changed files with 21 additions and 4 deletions

View file

@ -59,7 +59,7 @@ class FileTest extends UnitTestCase {
$expecting = 'php';
$this->assertEqual($result, $expecting);
$result = $this->File->filename();
$result = $this->File->name();
$expecting = 'file.test';
$this->assertEqual($result, $expecting);