mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 13:02:40 +00:00
Removing all uses of the test_suite connection in the test cases
This commit is contained in:
parent
9d2e4b1b04
commit
5c3b4cfcc4
30 changed files with 201 additions and 201 deletions
|
@ -76,10 +76,10 @@ class AuthUser extends CakeTestModel {
|
|||
/**
|
||||
* useDbConfig property
|
||||
*
|
||||
* @var string 'test_suite'
|
||||
* @var string 'test'
|
||||
* @access public
|
||||
*/
|
||||
public $useDbConfig = 'test_suite';
|
||||
public $useDbConfig = 'test';
|
||||
|
||||
/**
|
||||
* parentNode method
|
||||
|
@ -155,10 +155,10 @@ class UuidUser extends CakeTestModel {
|
|||
/**
|
||||
* useDbConfig property
|
||||
*
|
||||
* @var string 'test_suite'
|
||||
* @var string 'test'
|
||||
* @access public
|
||||
*/
|
||||
public $useDbConfig = 'test_suite';
|
||||
public $useDbConfig = 'test';
|
||||
|
||||
/**
|
||||
* useTable property
|
||||
|
@ -488,7 +488,7 @@ class AuthTest extends CakeTestCase {
|
|||
Configure::write('Security.cipherSeed', 770011223369876);
|
||||
|
||||
$this->_acl = Configure::read('Acl');
|
||||
Configure::write('Acl.database', 'test_suite');
|
||||
Configure::write('Acl.database', 'test');
|
||||
Configure::write('Acl.classname', 'DbAcl');
|
||||
|
||||
$request = new CakeRequest(null, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue