• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zendframework / zend-ldap / 266
92%

Build:
DEFAULT BRANCH: master
Ran 14 Nov 2018 07:32AM UTC
Jobs 1
Files 45
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
266

Pull #81

travis-ci

web-flow
Added Pagination while searching users.

Most of Active directory has a limit of request users like 1k or 5k and if you need to get more users like 10k we need to use search and get users data with pagination. So added Multi page search to the lib. below is the the code to call this func
```php
        $users = $this->zendLdap->multiPageSearch($filter, $baseDn, $scope, $fields);
        return $users;
```
Pull Request #81: Added Pagination while searching users.

41 of 41 new or added lines in 1 file covered. (100.0%)

2048 of 2276 relevant lines covered (89.98%)

33.06 hits per line

Jobs
ID Job ID Ran Files Coverage
8 266.8 (DEPS=locked CS_CHECK=true TEST_COVERAGE=true) 14 Nov 2018 07:32AM UTC 0
89.98
Travis Job 266.8
Source Files on build 266
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #266
  • Pull Request #81
  • PR Base - master (#263)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc