function testUpdateProjectGetWithOptions()
 {
     $statcounter = new LaravelStatcounter(self::CONFIG);
     $url = $statcounter->updateProject(PublicStats::ALL(), 'test')->toUrl();
     $this->assertNotEmpty($url);
     $this->assertEquals($this->formatUrl('https://api.statcounter.com/update_project/', '?vn=3&pi=' . self::CONFIG['projects']['test'] . '&u=' . self::CONFIG['username'] . '&t=' . time() . '&ps=1', false), $url);
 }