Fix coding standards.

This commit is contained in:
mark_story 2012-08-10 21:50:37 -04:00
parent 0bbf61ce3d
commit 11227f5490
2 changed files with 3 additions and 2 deletions

View file

@ -396,7 +396,6 @@ class SchemaShellTest extends CakeTestCase {
CakePlugin::unload();
}
/**
* Test schema run create with no table args.
*

View file

@ -76,7 +76,9 @@ class RequestHandlerTestController extends Controller {
*
* @package Cake.Test.Case.Controller.Component
*/
class CustomJsonView extends JsonView {}
class CustomJsonView extends JsonView {
}
/**
* RequestHandlerComponentTest class