Longman\TelegramBot\Tests\Unit\FileTest::testGetFilePath PHP Method

testGetFilePath() public method

Testing getFilePath
public testGetFilePath ( )
    public function testGetFilePath()
    {
        $file = new File($this->data);
        $path = $file->getFilePath();
        $this->assertEquals($this->data['file_path'], $path);
    }