Fix PHPCS errors.

This commit is contained in:
mark_story 2016-12-07 00:38:55 -05:00
parent 0a2a400ea4
commit 12cdc247ac
4 changed files with 4 additions and 0 deletions

View file

@ -49,6 +49,7 @@ class ControllerAuthorizeTest extends CakeTestCase {
* *
* @expectedException PHPUnit_Framework_Error * @expectedException PHPUnit_Framework_Error
* @return void * @return void
* @throws PHPUnit_Framework_Error
*/ */
public function testControllerTypeError() { public function testControllerTypeError() {
try { try {

View file

@ -451,6 +451,7 @@ class ConfigureTest extends CakeTestCase {
* *
* @expectedException PHPUnit_Framework_Error * @expectedException PHPUnit_Framework_Error
* @return void * @return void
* @throws PHPUnit_Framework_Error
*/ */
public function testReaderExceptionOnIncorrectClass() { public function testReaderExceptionOnIncorrectClass() {
$reader = new StdClass(); $reader = new StdClass();

View file

@ -2910,6 +2910,7 @@ SQL;
* *
* @expectedException PHPUnit_Framework_Error * @expectedException PHPUnit_Framework_Error
* @return void * @return void
* @throws PHPUnit_Framework_Error
*/ */
public function testDropSchemaNoSchema() { public function testDropSchemaNoSchema() {
try { try {

View file

@ -2225,6 +2225,7 @@ class ModelValidationTest extends BaseModelTest {
* *
* @expectedException PHPUnit_Framework_Error * @expectedException PHPUnit_Framework_Error
* @return void * @return void
* @throws PHPUnit_Framework_Error
*/ */
public function testValidatorTypehintException() { public function testValidatorTypehintException() {
try { try {