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
* @return void
* @throws PHPUnit_Framework_Error
*/
public function testControllerTypeError() {
try {

View file

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

View file

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

View file

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