Rename test file.

This commit is contained in:
mscherer 2016-04-08 14:40:30 +02:00
parent 3e2b84052a
commit bae4a11e5e

View file

@ -365,7 +365,7 @@ class ObjectTest extends CakeTestCase {
*/
public function testToString() {
$result = strtolower($this->object->toString());
$this->assertEquals('testobject', $result);
$this->assertEquals('testcakeobject', $result);
}
/**