mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-04 02:22:39 +00:00
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:
parent
59f3dfc427
commit
74d16fc110
2 changed files with 21 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue