mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Rename test file.
This commit is contained in:
parent
3e2b84052a
commit
bae4a11e5e
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ class ObjectTest extends CakeTestCase {
|
|||
*/
|
||||
public function testToString() {
|
||||
$result = strtolower($this->object->toString());
|
||||
$this->assertEquals('testobject', $result);
|
||||
$this->assertEquals('testcakeobject', $result);
|
||||
}
|
||||
|
||||
/**
|
Loading…
Add table
Reference in a new issue