Exemplo n.º 1
0
 /**
  * @covers  ::getForms
  */
 public function testGetFormsIdealFolders()
 {
     $wrapper = new FormstackApi(ACCESS_TOKEN);
     $folders = $wrapper->getForms(true);
     $this->assertEquals(count($folders), UNEMPTY_FOLDER_COUNT);
 }