mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 02:52:41 +00:00
Code consistency formatting tweaks
This commit is contained in:
parent
be770bd9b8
commit
1e1c7a036d
62 changed files with 127 additions and 12 deletions
|
@ -126,6 +126,7 @@ class MyCustomExceptionRenderer extends ExceptionRenderer {
|
|||
echo 'widget thing is missing';
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Exception class for testing app error handlers and custom errors.
|
||||
*
|
||||
|
@ -409,6 +410,7 @@ class ExceptionRendererTest extends CakeTestCase {
|
|||
$result = ob_get_clean();
|
||||
$this->assertContains('Not Found', $result);
|
||||
}
|
||||
|
||||
/**
|
||||
* test that error400 doesn't expose XSS
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue