mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Merge pull request #1686 from andydhobbs/ticket-4108
Fixes bad merge of #1683. Refs #4108.
This commit is contained in:
commit
41a7739b69
1 changed files with 3 additions and 0 deletions
|
@ -951,6 +951,9 @@ class DboSourceTest extends CakeTestCase {
|
|||
* @return void
|
||||
*/
|
||||
public function testFieldsCacheKeyWithSchemanameChange() {
|
||||
if ($this->db instanceof Postgres || $this->db instanceof Sqlserver) {
|
||||
$this->markTestSkipped('Cannot run this test with SqlServer or Postgres');
|
||||
}
|
||||
Cache::delete('method_cache', '_cake_core_');
|
||||
DboSource::$methodCache = array();
|
||||
$Article = ClassRegistry::init('Article');
|
||||
|
|
Loading…
Add table
Reference in a new issue