mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Disabling AuthTest until code is wrote to use temporary tables
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5426 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
d2b4701a11
commit
9c3dfee2d3
1 changed files with 6 additions and 2 deletions
|
@ -86,6 +86,10 @@ class AuthTest extends CakeTestCase {
|
|||
var $name = 'Auth';
|
||||
var $fixtures = array('core.auth_user', 'core.aco', 'core.aro', 'core.aros_aco');
|
||||
|
||||
function skip() {
|
||||
$this->skipIf(true, 'Auth tests currently disabled, to test use a clean database with tables needed for acl and comment out this line');
|
||||
}
|
||||
|
||||
function setUp() {
|
||||
$this->Controller =& new AuthTestController();
|
||||
restore_error_handler();
|
||||
|
|
Loading…
Reference in a new issue