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

setUp() public method

Set Up
public setUp ( )
    public function setUp()
    {
        $this->data = ['file_id' => (int) mt_rand(1, 99), 'file_size' => (int) mt_rand(100, 99999), 'file_path' => 'home' . DIRECTORY_SEPARATOR . 'phpunit'];
    }