mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 17:29:55 +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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue