mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix PHPCS errors.
This commit is contained in:
parent
0a2a400ea4
commit
12cdc247ac
4 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,7 @@ class ControllerAuthorizeTest extends CakeTestCase {
|
|||
*
|
||||
* @expectedException PHPUnit_Framework_Error
|
||||
* @return void
|
||||
* @throws PHPUnit_Framework_Error
|
||||
*/
|
||||
public function testControllerTypeError() {
|
||||
try {
|
||||
|
|
|
@ -451,6 +451,7 @@ class ConfigureTest extends CakeTestCase {
|
|||
*
|
||||
* @expectedException PHPUnit_Framework_Error
|
||||
* @return void
|
||||
* @throws PHPUnit_Framework_Error
|
||||
*/
|
||||
public function testReaderExceptionOnIncorrectClass() {
|
||||
$reader = new StdClass();
|
||||
|
|
|
@ -2910,6 +2910,7 @@ SQL;
|
|||
*
|
||||
* @expectedException PHPUnit_Framework_Error
|
||||
* @return void
|
||||
* @throws PHPUnit_Framework_Error
|
||||
*/
|
||||
public function testDropSchemaNoSchema() {
|
||||
try {
|
||||
|
|
|
@ -2225,6 +2225,7 @@ class ModelValidationTest extends BaseModelTest {
|
|||
*
|
||||
* @expectedException PHPUnit_Framework_Error
|
||||
* @return void
|
||||
* @throws PHPUnit_Framework_Error
|
||||
*/
|
||||
public function testValidatorTypehintException() {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue