mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
Fix codestyle in build and tests (#20586)
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright Copyright (c) 2008 Yii Software LLC
|
||||
@ -91,6 +92,7 @@ class MultipartFormDataParserTest extends TestCase
|
||||
$this->assertEquals('text/plain', $_FILES['Item']['type']['file']);
|
||||
$this->assertStringEqualsFile($_FILES['Item']['tmp_name']['file'], 'item file content');
|
||||
}
|
||||
|
||||
/**
|
||||
* @depends testParse
|
||||
*/
|
||||
@ -168,7 +170,8 @@ class MultipartFormDataParserTest extends TestCase
|
||||
$this->assertEquals(UPLOAD_ERR_INI_SIZE, $_FILES['thirdFile']['error']);
|
||||
}
|
||||
|
||||
public function testUploadFileAsArray(){
|
||||
public function testUploadFileAsArray()
|
||||
{
|
||||
$parser = new MultipartFormDataParser();
|
||||
|
||||
$boundary = '---------------------------22472926011618';
|
||||
|
||||
Reference in New Issue
Block a user