findAll() public method

Returns all deployed applications.
See also: AppserverIo\Appserver\Core\Api\ServiceInterface::findAll()
public findAll ( ) : array<\AppserverIo\Appserver\Core\Api\Node\DatasourceNode>
return array<\AppserverIo\Appserver\Core\Api\Node\DatasourceNode>
 /**
  * Test if the findAll() method returns the correct number of elements.
  *
  * @return null
  */
 public function testFindAll()
 {
     $this->assertCount(0, $this->service->findAll());
 }