Code consistency formatting tweaks

This commit is contained in:
Kyle Robinson Young 2011-12-06 12:52:48 -08:00
parent be770bd9b8
commit 1e1c7a036d
62 changed files with 127 additions and 12 deletions

View file

@ -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
*