mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Remove debugging.
This commit is contained in:
parent
d803b30388
commit
e47c9660f9
1 changed files with 0 additions and 2 deletions
|
@ -647,8 +647,6 @@ array(
|
||||||
//'on' => 'create', // Limit validation to 'create' or 'update' operations
|
//'on' => 'create', // Limit validation to 'create' or 'update' operations
|
||||||
),
|
),
|
||||||
STRINGEND;
|
STRINGEND;
|
||||||
debug($expected);
|
|
||||||
debug($result);
|
|
||||||
$this->assertPattern('/' . preg_quote(str_replace("\r\n", "\n", $expected), '/') . '/', $result);
|
$this->assertPattern('/' . preg_quote(str_replace("\r\n", "\n", $expected), '/') . '/', $result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue