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

setUp() public method

Set Up
public setUp ( )
    public function setUp()
    {
        $this->coordinates = ['longitude' => (double) mt_rand(10, 69), 'latitude' => (double) mt_rand(10, 48)];
    }