mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +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
|
||||
),
|
||||
STRINGEND;
|
||||
debug($expected);
|
||||
debug($result);
|
||||
$this->assertPattern('/' . preg_quote(str_replace("\r\n", "\n", $expected), '/') . '/', $result);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue