mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Migrating ModelWriteTest to phpunit
This commit is contained in:
parent
7d6ac7585a
commit
2e7d2d5587
2 changed files with 217 additions and 291 deletions
|
@ -38,6 +38,13 @@ abstract class BaseModelTest extends CakeTestCase {
|
|||
*/
|
||||
public $autoFixtures = false;
|
||||
|
||||
/**
|
||||
* Whether backup global state for each test method or not
|
||||
*
|
||||
* @var bool false
|
||||
* @access public
|
||||
*/
|
||||
public $backupGlobals = false;
|
||||
/**
|
||||
* fixtures property
|
||||
*
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue