public function testGetLogsWithTimestamp() { $r = $this->api->logs($created_lt = time()); $this->assertNotNull($r); print 'Got time stamped logs'; }