Example #1
0
 public function testAddAnythingToQueriesArray()
 {
     $req = new Request('data.cityofchicago.org', 'xef-ef');
     $req->anything('ok_cool');
     $this->assertEquals(['anything' => 'ok_cool'], $req->getQueriesArray());
 }