Skip to content

Commit

Permalink
fixed VideoTest
Browse files Browse the repository at this point in the history
  • Loading branch information
iGusev committed Sep 16, 2015
1 parent 8807e98 commit 9b099cd
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/VideoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,20 +264,4 @@ public function testFromResponseException4()
)
));
}

/**
* @expectedException \TelegramBot\Api\InvalidArgumentException
*/
public function testFromResponseException5()
{
$item = Video::fromResponse(array(
'file_id' => 'testFileId1',
'width' => 1,
'height' => 2,
'duration' => 3,
'mime_type' => 'video/mp4',
'file_size' => 4,
));
}

}

0 comments on commit 9b099cd

Please sign in to comment.