Longman\TelegramBot\Tests\Unit\LocationTest::testBaseStageLocation PHP 메소드

testBaseStageLocation() 공개 메소드

Testing base stage with data object creating
    public function testBaseStageLocation()
    {
        $location = new Location($this->coordinates);
        $this->assertInstanceOf('Longman\\TelegramBot\\Entities\\Location', $location);
    }