Coding standards

This commit is contained in:
Rob McVey 2015-03-13 16:13:29 +00:00
parent 08620704be
commit ddfcb06d02

View file

@ -345,6 +345,6 @@ class JsonViewTest extends CakeTestCase {
$View = new JsonView($Controller);
$output = $View->render();
$this->assertSame('null', $output);
}
}
}