mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
NOISSUE remove reference operator.
This commit is contained in:
parent
35384999c9
commit
194ce8614a
118 changed files with 859 additions and 859 deletions
|
|
@ -42,7 +42,7 @@ class adminAdminControllerTest extends PHPUnit_Framework_TestCase
|
|||
$oContext->set('logged_info', $logged_info);
|
||||
$oContext->set('is_admin', 'Y');
|
||||
|
||||
$this->oAdminAdminController = &getAdminController('admin');
|
||||
$this->oAdminAdminController = getAdminController('admin');
|
||||
}
|
||||
|
||||
public function testInsertLayout()
|
||||
|
|
|
|||
|
|
@ -57,8 +57,8 @@ class documentModelTest extends PHPUnit_Framework_TestCase
|
|||
|
||||
self::$oDB = new DBMysql;
|
||||
|
||||
$this->oDocumentController = &getController('document');
|
||||
$this->oDocumentModel = &getModel('document');
|
||||
$this->oDocumentController = getController('document');
|
||||
$this->oDocumentModel = getModel('document');
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue