mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 11:02:40 +00:00
parent
101148c10f
commit
c43b099894
2 changed files with 2 additions and 2 deletions
|
@ -759,7 +759,7 @@ class PostgresTest extends CakeTestCase {
|
|||
*/
|
||||
function testVirtualFieldAsAConstant() {
|
||||
$this->loadFixtures('Article', 'Comment');
|
||||
$Article =& ClassRegistry::init('Article');
|
||||
$Article = ClassRegistry::init('Article');
|
||||
$Article->virtualFields = array(
|
||||
'empty' => "NULL",
|
||||
'number' => 43,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue