Skip to content

Commit afe2131

Browse files
author
Rodion Liuborets
committed
Remove 1 test because of unsupporting method in php7.1
1 parent 54d62f3 commit afe2131

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/Http/MultipartEntityTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,6 @@
1111
*/
1212
class MultipartEntityTest extends TestCase
1313
{
14-
/**
15-
* @test
16-
* @covers ::__construct
17-
*/
18-
public function shouldNoCreateObjectByConstructorTest()
19-
{
20-
$this->expectError();
21-
$newEntity = new MultipartEntity();
22-
}
23-
2414
/**
2515
* @test
2616
* @covers ::create

0 commit comments

Comments
 (0)