mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
3a4a49ef03
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4667 3807eeeb-6ff5-0310-8944-8be069107fe0
9 lines
No EOL
125 B
PHP
9 lines
No EOL
125 B
PHP
<?php
|
|
|
|
require_once LIBS.'model'.DS.'model.php';
|
|
|
|
class CakeTestModel extends Model {
|
|
var $useDbConfig = 'test_suite';
|
|
}
|
|
|
|
?>
|