Exemplo n.º 1
0
 public function setUp()
 {
     $inps = new OpenDataInps();
     $this->catalog = $inps->getCatalog(1);
 }
Exemplo n.º 2
0
 public function testGetCatalog()
 {
     $inps = new OpenDataInps();
     $catalog = $inps->getCatalog(1);
     $this->assertNotEmpty($catalog);
 }