Exemplo n.º 1
0
 public function testGet()
 {
     $graph = KintoneTestHelper::getGraph();
     $res = $this->api->graph()->get($graph['appId'], $graph['reportId']);
     file_put_contents(__DIR__ . '/../../_output/graph.html', $res);
     self::assertTrue(true);
 }
Exemplo n.º 2
0
 public function testGraph()
 {
     self::assertTrue($this->api->graph() instanceof Graph);
 }